mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-13 22:40:19 +00:00
In development, edx-platform runs with CELERY_ALWAYS_EAGER=True, which means that lms-worker and cms-worker never catch celery tasks! This change was heavily inspired by: https://github.com/overhangio/tutor/pull/1041