ELNBuildSync: support staging RabbitMQ #3400

Merged
james merged 4 commits from sgallagh/infra-ansible:elnbuildsync-deploy into main 2026-06-11 18:13:33 +00:00
Showing only changes of commit b18497cdfc - Show all commits

ELNBuildSync: Do not set AMQP queue as exclusive

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>

rh-pre-commit.version: 2.4.0
rh-pre-commit.check-secrets: ENABLED
Stephen Gallagher 2026-06-10 14:39:10 -04:00
Signed by untrusted user: sgallagh
GPG key ID: 45DB85A568286D11

View file

@ -37,7 +37,7 @@ arguments = {}
[queues.elnbuildsync{{ env_suffix }}]
durable = true
auto_delete = false
exclusive = true
exclusive = false
arguments = {}
[[bindings]]