add channel to displatcher queues

Signed-off-by: jessicamack <jmack@redhat.com>
This commit is contained in:
jessicamack
2023-02-10 12:47:38 -05:00
parent 500169326c
commit b75589cdae

View File

@@ -76,7 +76,7 @@ class Command(BaseCommand):
consumer = None
try:
queues = ['tower_broadcast_all', get_local_queuename()]
queues = ['tower_broadcast_all', 'rsyslog_configurer', get_local_queuename()]
consumer = AWXConsumerPG('dispatcher', TaskWorker(), queues, AutoscalePool(min_workers=4))
consumer.run()
except KeyboardInterrupt: