Skip to content
Snippets Groups Projects
Commit f3be0ad7 authored by J. Cliff Dyer's avatar J. Cliff Dyer Committed by Alex Dusenbery
Browse files

Send all update_aggregators task to LMS.

parent a9968220
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ class Router(AlternateEnvironmentRouter):
"""
# The tasks below will be routed to the default lms queue.
return {
'completion_aggregator.tasks.update_aggregators': 'lms',
'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',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment