fix: correct path for dump_course_to_neo4j task, so it goes to correct celery queue.

TNL-8386
This commit is contained in:
Ken Clary
2021-11-05 14:36:37 -04:00
parent ea0a9cf9d3
commit 81f7d10452

View File

@@ -587,7 +587,7 @@ EXPLICIT_QUEUES = {
'queue': POLICY_CHANGE_GRADES_ROUTING_KEY},
'cms.djangoapps.contentstore.tasks.update_search_index': {
'queue': UPDATE_SEARCH_INDEX_JOB_QUEUE},
'openedx.core.djangoapps.coursegraph.dump_course_to_neo4j': {
'openedx.core.djangoapps.coursegraph.tasks.dump_course_to_neo4j': {
'queue': COURSEGRAPH_JOB_QUEUE},
}