[the-new-hotness] Add new topic to consume
The `anitya.project.version.update` is deprecated in Anitya message schema, let's consume `anitya.project.version.update.v2` instead. For now this is only consumed by staging instance, but will be consumed by production instance as well on next hotness release. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
5d8b5f7bb1
commit
04f4298546
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ callback = "hotness.hotness_consumer:HotnessConsumer"
|
|||
queue = "the-new-hotness{{ env_suffix }}"
|
||||
exchange = "amq.topic"
|
||||
routing_keys = [
|
||||
"org.release-monitoring.*.anitya.project.version.update.v2",
|
||||
"org.release-monitoring.*.anitya.project.version.update",
|
||||
"org.fedoraproject.*.buildsys.task.state.change",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue