the-new-hotness: Restore the bindings

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-03-01 13:09:23 +01:00
parent 4891b8f8aa
commit 76fb38e95e

View file

@ -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]