- Celery Celery worker OOM due to unbounded prefetch on eta tasks
- httpx Auth fails for responses that include multiple WWW-Authenticate headers.
- Celery Ctrl-C Does not properly Kill the celery interactive process
- Celery After celery lib upgrade to 5.3.3, get sql exception.
- Celery [5.3.0] Task results order is not preserved anymore
- Celery Error "Recursive result parents" on some tasks trees
- Celery Memory Leak on Unhandled Exceptions
- Celery Cannot disconnect a signal receiver after using Signal.connect(retry=True)
- Celery Missing CPendingDeprecationWarning from Celery v5.4.0
- Celery django example does not run
- Celery RedisBackend does not retry on store_result even with result_backend_always_retry=True
- Celery chord of chains with groups: body duplication and invalid task execution order
- Celery TypeError in make_connection, unexpected keyword argument 'socket_keepalive'
- Celery Memory leak in Exception Task with Prefork(worker)
- Celery Unable to use mysql SSL parameters in create_engine()
- Celery Memory leak after task raise exception
- Celery Missing dependency on future in 4.4.4
- Celery Celery 4.4.4 raises TypeError: set() takes 3 positional arguments but 4 were given
- Celery CELERY_DB_REUSE_MAX possibly broken by #6134
- Celery AsyncResult memory leak on task producers
- Celery Celery breaks libs using `sys.stdout.write()`
- Celery using couchdb backend throws TypeError: a bytes-like object is required, not 'str'
- Celery Chord across multiple apps using signatures breaks on task not registered
- Celery ProxyLogger.write raises TypeError due to rstrip on a bytes instance.