routing_keys is a list
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
83ce202846
commit
bd65adc71d
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
- role: rabbit/queue
|
||||
queue_username: "openscanhub{{ env_suffix }}"
|
||||
queue_name: "openscanhub{{ env_suffix }}"
|
||||
queue_routing_keys: "org.fedoraproject.*.openscanhub.scan.started"
|
||||
queue_routing_keys: ["org.fedoraproject.*.openscanhub.scan.started"]
|
||||
queue_thresholds:
|
||||
warning: 10
|
||||
critical: 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue