Merge pull request #1092 from alphagov/old-queue-split

[1/3] add separate send-sms and send-email queues
This commit is contained in:
Leo Hemsted
2017-07-21 11:31:48 +01:00
committed by GitHub
5 changed files with 11 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ def send_notification_to_queue(notification, research_mode, queue=None):
if research_mode or notification.key_type == KEY_TYPE_TEST:
queue = QueueNames.RESEARCH_MODE
elif not queue:
queue = QueueNames.SEND
queue = QueueNames.SEND_COMBINED
if notification.notification_type == SMS_TYPE:
deliver_task = provider_tasks.deliver_sms