Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove graceful shutdown #29

Open
kalabukdima opened this issue Jan 6, 2025 · 1 comment
Open

Remove graceful shutdown #29

kalabukdima opened this issue Jan 6, 2025 · 1 comment

Comments

@kalabukdima
Copy link
Collaborator

Inspired by https://lwn.net/Articles/191059/
Worker is basically stateless, so removing the cancellation token will only simplify things

@mo4islona
Copy link

mo4islona commented Jan 6, 2025

In my opinion, this is a bad idea for any program with a request/response model like HTTP server.
Portals may get 500 errors (or analog) for no reason.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants