AntiPattern
Celery App Misconfiguration
celery-broker-config-mismatch
Celery starts and appears to connect to Redis, but tasks fail to run because the Celery application instance is created with the wrong name/config (often from an incorrectly structured package), leaving broker settings unused.