Merge pull request #29269 from edx/kclary/coursegraph

fix: correct path for dump_course_to_neo4j task, so it goes to correct celery queue.
This commit is contained in:
kenclary
2021-11-05 15:03:49 -04:00
committed by GitHub

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},
}