mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05:00
add separate send-sms and send-email queues
we're reading from those two queues as well as teh existing send queue, however for now we don't send anything to them
This commit is contained in:
@@ -42,4 +42,4 @@ def send_response(send_call, task_call, notification):
|
||||
notification.id,
|
||||
notification.notification_type),
|
||||
e)
|
||||
task_call.apply_async((str(notification.id)), queue=QueueNames.SEND)
|
||||
task_call.apply_async((str(notification.id)), queue=QueueNames.SEND_COMBINED)
|
||||
|
||||
Reference in New Issue
Block a user