Monitor celery by using celery -A freightquotes events
Start celery with beats celery -A freightquotes worker -B -E -l INFO --autoscale=2,1
Note:-
-B beats - to execute schedule tasks
-l log-level (INFO/DEBUG)
-E --task-events
All crontabs should be added in settings/base.py and all celery tasks will contain @task in tasks.py file