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

Revoking a task doesn't update the status until worker discards it #1319

Open
geometrikal opened this issue Aug 25, 2023 · 0 comments
Open
Labels

Comments

@geometrikal
Copy link

I have a worker with concurrency of 1 that performs some long running tasks

If I queue two tasks, one will start ("state": "STARTED") while the other will be queued ("state": "RECEIVED")

If I revoke / abort the queued task, its state will not change to "REVOKED" until the first task has completed and the worker discards the revoked task.

As a result, I cannot use flower to see which tasks have been revoked. Is there are workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant