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

Catch all exceptions between incrementing and decrementing limiters #25

Open
ScottG489 opened this issue Nov 22, 2020 · 0 comments
Open
Labels
bug Something isn't working

Comments

@ScottG489
Copy link
Owner

This is particularly important for the limiter for max concurrent jobs. If an exception occurs during processing the count is never decremented and it will cause the service to think there are still jobs running. This will cause the job count to continue to climb and will exceed the max allowed jobs and start rejecting all other jobs.

@ScottG489 ScottG489 added the bug Something isn't working label Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant