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

[Feature] Use ControlBus to Restart Perfomers after Unacceptable Message Limit Hit #3204

Open
iancooper opened this issue Jul 12, 2024 · 0 comments
Labels

Comments

@iancooper
Copy link
Member

Is your feature request related to a problem? Please describe.
If you use send a PATCH to reduce the performers to 0, and then send another PATCH to update performers to 1, it works as expected.

However, if the number of performers went down to 0 automatically because the unacceptable message limit has been reached, sending a PATCH with performers of 1 doesn't seem to work. The performers remain at 0.

Describe the solution you'd like
After the unacceptable message limit has been reached, it is possible to use PATCH to override the shutdown of a performer and start a new one.

Describe alternatives you've considered
You could just restart the app, but in some cases this is expensive by comparison to just restarting the performer, so it would be nice to be able to adjust this. If we really wanted the unacceptable message limit to crash and for

@iancooper iancooper added 0 - Backlog feature request v9 Required for v9 release labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant