toddlers: Instruct fedora-messaging to not create the queue

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-06-25 10:00:11 +02:00
parent 34d165ab0d
commit 03e5ce1b44

View file

@ -6,6 +6,9 @@
amqp_url = "amqps://toddlers{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
callback = "toddlers.runner:RunningToddler"
# Just check if the queue exist, don't try to create it as you won't be allowed
# to (this is done in the ansible playbook)
passive_declares = true
# The topic_prefix configuration value will add a prefix to the topics of every sent message.
# This is used for migrating from fedmsg, and should not be used afterwards.