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

Fixes + protects against concurrency not being honored #379

Merged
merged 2 commits into from Nov 6, 2016

Conversation

netslayer
Copy link
Contributor

We had an issue where the job done callback was being over executed. This made the global job level running and lock counters to go negative. Then agenda would stop obeying concurrency limits. This prevents the job counter from ever going negative and adds an exception if code calls the job done more than once.

Chris Germano added 2 commits November 3, 2016 22:09
…ve running and locked counters that cause concurrency to not be honored
…ve running and locked counters that cause concurrency to not be honored
@rschmukler rschmukler merged commit 21b23a8 into agenda:master Nov 6, 2016
@rschmukler
Copy link
Collaborator

Thank you!

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

Successfully merging this pull request may close these issues.

None yet

2 participants