AMQP: Add more routing keys for ELNBuildSync
EBS expects to receive notifications for task state changes as well as the start of repo regeneration. Otherwise, it has to fall back to polling, which is much slower (and what it has been doing for some time now). Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
fca7a63c6f
commit
1e004c1252
1 changed files with 2 additions and 0 deletions
|
@ -158,8 +158,10 @@
|
||||||
# TTL: 10 days (in miliseconds)
|
# TTL: 10 days (in miliseconds)
|
||||||
message_ttl: 864000000
|
message_ttl: 864000000
|
||||||
routing_keys:
|
routing_keys:
|
||||||
|
- "#.buildsys.repo.init"
|
||||||
- "#.buildsys.repo.done"
|
- "#.buildsys.repo.done"
|
||||||
- "#.buildsys.tag"
|
- "#.buildsys.tag"
|
||||||
|
- "#.buildsys.task.state.change"
|
||||||
|
|
||||||
# ELN END
|
# ELN END
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue