Revert "Revert ""Update routing config" (#25536)" (#25549)" (#25553)

This reverts commit c1fe3c3a93.
This commit is contained in:
Awais Qureshi
2020-11-10 23:23:09 +05:00
committed by GitHub
parent 0f6d94d1af
commit db4c3b1210
20 changed files with 145 additions and 138 deletions

View File

@@ -246,7 +246,7 @@ def should_dump_course(course_key, graph):
return last_this_command_was_run < course_last_published_date
@task(routing_key=settings.COURSEGRAPH_JOB_QUEUE)
@task
def dump_course_to_neo4j(course_key_string, credentials):
"""
Serializes a course and writes it to neo4j.