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: fix task cancellation status bug #794

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

luke-lombardi
Copy link
Contributor

In some cases, for a very long running task queue task the dispatcher can accidentally move a task to "Expired", even though it is actually completed. This happens because the task is finished, and there is a race condition in the dispatcher trying to "expire" the task and the task claim release.

@luke-lombardi luke-lombardi merged commit 1b1d02a into main Dec 18, 2024
3 checks passed
@luke-lombardi luke-lombardi deleted the ll/fix-task-cancellation-status-bug branch December 18, 2024 17:57
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.

2 participants