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

fix job failure for stately queues #493

Merged
merged 2 commits into from
Sep 14, 2024
Merged

Conversation

timgit
Copy link
Owner

@timgit timgit commented Sep 14, 2024

Stately queues are special in how retries are handled. By definition, stately queues will not allow multiple jobs to occupy retry state. Once a stately queues has a job in retry, failing another active job will bypass the retry mechanism and force the job to failed.

Fixes #492

@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 7d13fac on fix-expiration-stately-queue
into f9827ac on master.

@timgit timgit merged commit b202aba into master Sep 14, 2024
@timgit timgit deleted the fix-expiration-stately-queue branch September 14, 2024 14:37
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.

duplicate error on staging deployment
2 participants