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

Worker Pool #4

Open
unexge opened this issue Nov 11, 2020 · 1 comment
Open

Worker Pool #4

unexge opened this issue Nov 11, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@unexge
Copy link
Contributor

unexge commented Nov 11, 2020

We want a worker pool, that maintains pool of workers (this can be statically configured or dynamically increase or decrease) and delegates incoming requests to available workers and respond back with response from the worker. There are also some additional requirements such as worker timeouts (one worker doesn't respond to the request in expected time), soft restarts (worker needs restart so i can't handle request at the time), graceful shutdowns (workers should complete current requests but shouldn't receive new requests), worker pool should support these cases.

@unexge unexge added the enhancement New feature or request label Nov 11, 2020
@unexge
Copy link
Contributor Author

unexge commented Sep 24, 2021

Partially fixed by #9

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

Successfully merging a pull request may close this issue.

2 participants