Revert "toddlers: try declaring the routing_keys in the bindings to see if that changes anything"
This seems to have no effect (or doesn't have the effect hoped)
This reverts commit b024305d51
.
This commit is contained in:
parent
b024305d51
commit
2868fcde7d
1 changed files with 1 additions and 8 deletions
|
@ -33,14 +33,7 @@ arguments = {}
|
||||||
[[bindings]]
|
[[bindings]]
|
||||||
queue = "toddlers{{ env_suffix }}"
|
queue = "toddlers{{ env_suffix }}"
|
||||||
exchange = "amq.topic"
|
exchange = "amq.topic"
|
||||||
#routing_keys = ["#"] # This is dynamically generated in the code
|
routing_keys = ["#"] # This is dynamically generated in the code
|
||||||
routing_keys = [
|
|
||||||
"org.centos.#.ci.dist-git-pr.test.error",
|
|
||||||
"org.centos.#.ci.dist-git-pr.test.complete",
|
|
||||||
"org.centos.#.ci.dist-git-pr.test.running",
|
|
||||||
"org.fedoraproject.#.buildsys.build.state.change",
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
[consumer_config]
|
[consumer_config]
|
||||||
# Comment out or remove this line if you want to enable the debug toddler.
|
# Comment out or remove this line if you want to enable the debug toddler.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue