79266507

Date: 2024-12-09 21:34:51
Score: 0.5
Natty:
Report link

Celery is trying to run wrong app it's Flask instance
solotion1: rename app -> flask_app or other name
solution2: specify Celery instance celery -A my_app_module_name.celery worker (added .celery)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: akpp