Put all broadcast tasks on the broadcast worker

This commit is contained in:
David McDonald
2021-01-13 17:21:40 +00:00
parent 78db0f9c2b
commit 20627d96ea
6 changed files with 13 additions and 13 deletions

View File

@@ -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
)