Revert "Update routing config"

This commit is contained in:
Muhammad Soban Javed
2020-11-06 02:05:48 +05:00
committed by GitHub
parent 061d5d8fc5
commit 5a2ea1f954
20 changed files with 133 additions and 147 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
@task(routing_key=settings.COURSEGRAPH_JOB_QUEUE)
def dump_course_to_neo4j(course_key_string, credentials):
"""
Serializes a course and writes it to neo4j.