Greenwave: use the correct topic for waiverdb messages
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
5b1080f198
commit
40e1b382a4
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
queue_name: greenwave{{ env_suffix }}
|
||||
routing_keys:
|
||||
- "org.fedoraproject.*.taskotron.result.new"
|
||||
- "org.fedoraproject.*.waiver.new"
|
||||
- "org.fedoraproject.*.waiverdb.waiver.new"
|
||||
|
||||
# The openshift/project role breaks if the project already exists:
|
||||
# https://pagure.io/fedora-infrastructure/issue/6404
|
||||
|
|
|
@ -16,7 +16,7 @@ queue = "greenwave{{ env_suffix }}"
|
|||
exchange = "amq.topic"
|
||||
routing_keys = [
|
||||
"org.fedoraproject.*.taskotron.result.new",
|
||||
"org.fedoraproject.*.waiver.new",
|
||||
"org.fedoraproject.*.waiverdb.waiver.new",
|
||||
]
|
||||
|
||||
[tls]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue