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

Handle Celery tasks with REVOKED status #1540

Merged
merged 5 commits into from
Aug 30, 2024

Conversation

jleaniz
Copy link
Collaborator

@jleaniz jleaniz commented Aug 30, 2024

Description of the change

This PR adds logic to handle tasks that are revoked by Celery due to exceeding the task expiration time.

Applicable issues

Additional information

Checklist

  • All tests were successful.
  • Unit tests added.
  • Documentation updated.

@jleaniz jleaniz self-assigned this Aug 30, 2024
@jleaniz jleaniz requested a review from aarontp August 30, 2024 16:24
@jleaniz jleaniz marked this pull request as ready for review August 30, 2024 16:24
Copy link
Member

@aarontp aarontp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aarontp aarontp merged commit 23eb6bd into google:master Aug 30, 2024
5 checks passed
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.

[Bug]: Revoked tasks are not handled properly
2 participants