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:
Stephen Gallagher 2024-07-08 13:29:46 -04:00 committed by zlopez
parent fca7a63c6f
commit 1e004c1252

View file

@ -158,8 +158,10 @@
# TTL: 10 days (in miliseconds)
message_ttl: 864000000
routing_keys:
- "#.buildsys.repo.init"
- "#.buildsys.repo.done"
- "#.buildsys.tag"
- "#.buildsys.task.state.change"
# ELN END