Tag: Silent Failure
Problems that do not produce visible errors or logs, making them hard to detect.
ID | Title | Description | Category | Technology | Tags |
---|---|---|---|---|---|
CRE-2025-0058 Medium Impact: 7/10 Mitigation: 4/10 | Celery Worker Stops Consuming Tasks After Redis Restart | - When Redis is restarted, Celery workers using Redis as a broker may stop consuming tasks without exiting or logging a fatal error. - Although Celery Beat continues to publish tasks successfully, the worker remains in a broken state until manually restarted. - This results in a silent backlog of scheduled but unprocessed tasks. | Task Management Problems | redis | CelerySilent FailureRedisKombu |