Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Remove sleep call from async tasks #544

Closed
nhammond opened this issue Jul 19, 2018 · 1 comment
Closed

Remove sleep call from async tasks #544

nhammond opened this issue Jul 19, 2018 · 1 comment
Milestone

Comments

@nhammond
Copy link
Collaborator

We should be using celery scheduling mechanism to delay tasks rather than tie up worker processors with a long-running sleep statement. (This is used for exponential delay between retries on TaskAttempts that fail with a system error.)

@nhammond nhammond added this to the Shortlist milestone Jul 19, 2018
@nhammond
Copy link
Collaborator Author

Fixed in 005eb38

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

No branches or pull requests

1 participant