summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-11-06 13:35:27 +0100
committerGitHub <[email protected]>2023-11-06 13:35:27 +0100
commit88d112ef8060f38ddf39e78706e5c9161743834f (patch)
tree412a6dc34a5813a686bc7fca666990a9c489b305 /.rr.yaml
parent2e094d907a78055631bd126b3feb25008089fb34 (diff)
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 77b7eb38..e250bab2 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -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
#