Skip to content

Commit

Permalink
Update .rr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian authored Nov 6, 2023
1 parent 2e094d9 commit 88d112e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 88d112e

Please sign in to comment.