From 8c15a5794ef89c34f1ae1f1eb20ea335a0592f7f Mon Sep 17 00:00:00 2001 From: Cory Lee Date: Tue, 2 Oct 2018 15:01:54 -0400 Subject: [PATCH] Remove accidentally added line --- openedx/core/djangoapps/content/block_structure/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openedx/core/djangoapps/content/block_structure/tasks.py b/openedx/core/djangoapps/content/block_structure/tasks.py index b249525438..c97d0bf700 100644 --- a/openedx/core/djangoapps/content/block_structure/tasks.py +++ b/openedx/core/djangoapps/content/block_structure/tasks.py @@ -30,7 +30,6 @@ def block_structure_task(**kwargs): default_retry_delay=settings.BLOCK_STRUCTURES_SETTINGS['TASK_DEFAULT_RETRY_DELAY'], max_retries=settings.BLOCK_STRUCTURES_SETTINGS['TASK_MAX_RETRIES'], bind=True, - routing_key=settings.DEFAULT_PRIORITY_QUEUE, **kwargs )