celery
https://github.com/celery/celery
Python
Distributed Task Queue (development branch)
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported70 Subscribers
View all SubscribersAdd a CodeTriage badge to celery
Help out
- Issues
- chore(deps): bump github/codeql-action from 4.37.4 to 4.37.6
- Reheap beat entries that request to retry later
- fix: copy retry_kwargs dict per invocation to avoid shared mutation under concurrent execution
- chore(deps): bump github/codeql-action from 4.37.4 to 4.37.5
- Document EventReceiver's first argument under the name it actually has
- When using acks_late, a MemoryError will block the worker pool completely
- fix: handle MemoryError as normal failure instead of raising to prevent worker pool block
- fix: acknowledge message before raising MemoryError to prevent worker pool deadlock
- fix: copy retry_kwargs before mutating inside autoretry handler to prevent shared-dict corruption under concurrent execution
- Fix shared retry_kwargs mutation in autoretry
- Docs
- Python not yet supported