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

Feature request: Queue last #129

Open
steverecio opened this issue May 26, 2021 · 0 comments
Open

Feature request: Queue last #129

steverecio opened this issue May 26, 2021 · 0 comments

Comments

@steverecio
Copy link

As it's currently implemented, celery-once will run the first instance of the task and block subsequent calls until the timeout window. Is it possible to get it to run the last task queued within a timeout window? For example, if you run a task with a 10 minute delay, and then attempt to queue the same task with the same signature, celery-once will revoke the first task and then the second task will run unless another call bumps the timeout even further?

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

No branches or pull requests

1 participant