6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-10 09:02:14 +00:00
tutor/changelog.d/20241001_123236_regis_celery.md
Régis Behmo 14e5100401 feat: do not run celery workers in development
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
2024-10-08 08:11:40 +02:00

152 B

  • [Improvement] Do not run useless celery workers (lms-worker, cms-worker) in development. This should save us ~700MB memory. (by @arbrandes, @regisb).