summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-02-13 18:28:17 +0100
committerValery Piashchynski <[email protected]>2023-02-13 18:28:17 +0100
commit7fe45bb9955933eb0aa990d332999794e3ecea7a (patch)
tree1f0978bff3f8f489187d3f073e135fcb9cd86022 /.rr.yaml
parent151bfe356e2695bfc646d35a8c01f6bf9139e184 (diff)
chore: add `redial_timeout` AMQP option
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index ccd4d785..ea5392df 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -1329,6 +1329,11 @@ jobs:
# Default: amqp.default
exchange: default
+ # Redial timeout (in seconds). How long to try to reconnect to the AMQP server.
+ #
+ # Default: 60
+ redial_timeout: 60
+
# Exchange type
#
# Default: direct.