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

Upper limit on concurrent restarts #21

Open
davinci26 opened this issue May 15, 2024 · 0 comments
Open

Upper limit on concurrent restarts #21

davinci26 opened this issue May 15, 2024 · 0 comments

Comments

@davinci26
Copy link
Collaborator

When monoceros runs with little number of workers ( <4) the number of concurrent restarts can cause service disruption.

We should be add some protections such to avoid all workers restarting at the same time. We can do that by keeping a counter of the running apps and push back events when there are too many restarts in flight.

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

No branches or pull requests

1 participant