django-celery-beat

Celery scheduler not performing the task

Celery scheduler not performing the task Question: I was trying to use Celery to query an external api at a regular frequency and update my database in my Django project with the new data. Celery schedules the task correctly and sends it to the celery worker but it never executes anything. Here is my celery.py …

Total answers: 1