Testing code which uses Celery
Some of the Celery docs - for example, here - will tell you to use CELERY_ALWAYS_EAGER=True when testing so the task runs immediately. This is not the right variable.
Some of the Celery docs - for example, here - will tell you to use CELERY_ALWAYS_EAGER=True when testing so the task runs immediately. This is not the right variable.