diff options
author | Valery Piashchynski <[email protected]> | 2023-11-06 13:35:27 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-06 13:35:27 +0100 |
commit | 88d112ef8060f38ddf39e78706e5c9161743834f (patch) | |
tree | 412a6dc34a5813a686bc7fca666990a9c489b305 /.rr.yaml | |
parent | 2e094d907a78055631bd126b3feb25008089fb34 (diff) |
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1429,12 +1429,12 @@ jobs: # Auto-delete (exchange is deleted when last queue is unbound from it): https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges # # Default: false - exchange_auto_deleted: false + exchange_auto_delete: false # Auto-delete (queue that has had at least one consumer is deleted when last consumer unsubscribes) (rabbitmq option: https://www.rabbitmq.com/queues.html#properties) # # Default: false - queue_auto_deleted: false + queue_auto_delete: false # Delete queue when stopping the pipeline # |