mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Put all broadcast tasks on the broadcast worker
This commit is contained in:
@@ -210,5 +210,5 @@ def _create_broadcast_event(broadcast_message):
|
||||
|
||||
send_broadcast_event.apply_async(
|
||||
kwargs={'broadcast_event_id': str(event.id)},
|
||||
queue=QueueNames.NOTIFY
|
||||
queue=QueueNames.BROADCASTS
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user