the-new-hotness: Restore the bindings
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
4891b8f8aa
commit
76fb38e95e
1 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,17 @@ items:
|
|||
|
||||
callback = "hotness.consumers:BugzillaTicketFiler"
|
||||
|
||||
# Note the double brackets below.
|
||||
# To add another binding, add another [[bindings]] section.
|
||||
[[bindings]]
|
||||
queue = "the-new-hotness{{ env_suffix }}"
|
||||
exchange = "amq.topic"
|
||||
routing_keys = [
|
||||
"org.release-monitoring.*.anitya.project.version.update",
|
||||
"org.release-monitoring.*.anitya.project.map.new",
|
||||
"org.fedoraproject.*.buildsys.task.state.change",
|
||||
]
|
||||
|
||||
[exchanges]
|
||||
|
||||
[tls]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue