Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Support for delayed shutdown of overflow workers #116

Open
hauleth opened this issue Nov 14, 2024 · 0 comments
Open

Support for delayed shutdown of overflow workers #116

hauleth opened this issue Nov 14, 2024 · 0 comments

Comments

@hauleth
Copy link

hauleth commented Nov 14, 2024

Sometimes creating new worker can be expensive, so it would be useful to be able to delay shutdown of the overflow workers to stay for some time after it became idle just in case if there will be another incoming request during that time. This is a quite common pattern that work come in waves, so we can often assume, that if there is overflow, then it may be there for a little while, so stopping and starting workers continuously may not be the best solution.

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

No branches or pull requests

1 participant