1
0
Fork 0
forked from infra/ansible
ansible/roles/fedora_nightlies
Adam Williamson d4ae9f8244 Fix all my message queues to be non-exclusive and durable
AI caught that I've been cargo-culting a dumb message queue
config around from somewhere or other forever. Non-durable,
exclusive, and auto-delete is just about the worst config for a
queue you want to survive transitory issues like the server or
client going down or whatever. This might actually explain the
occasional issues we have with test results not showing up in
resultsdb, even.

This brings the config in line with most other message queues in
infra.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2026-06-19 13:15:18 +02:00
..
defaults Fix majority of remaining yamllint warnings and errors 2024-11-28 17:31:45 +10:00
handlers Use first uppercase letter for all handlers 2025-02-10 20:31:49 +00:00
tasks Add some tags 2026-06-10 10:28:43 +02:00
templates Fix all my message queues to be non-exclusive and durable 2026-06-19 13:15:18 +02:00