diff --git a/cms/celery.py b/cms/celery.py index 49f31fbfa0..3ea455b66f 100644 --- a/cms/celery.py +++ b/cms/celery.py @@ -34,4 +34,6 @@ class Router(AlternateEnvironmentRouter): return { 'openedx.core.djangoapps.content.block_structure.tasks.update_course_in_cache': 'lms', 'openedx.core.djangoapps.content.block_structure.tasks.update_course_in_cache_v2': 'lms', + 'openedx.core.djangoapps.grades.tasks.compute_grades_for_course': 'lms', + 'openedx.core.djangoapps.grades.tasks.compute_grades_for_course_v2': 'lms', }