[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:
Michal Konečný 2022-05-05 18:10:27 +02:00
parent 5d8b5f7bb1
commit 04f4298546

View file

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