toddlers: Instruct fedora-messaging to not create the queue
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
34d165ab0d
commit
03e5ce1b44
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue