diff options
author | Valery Piashchynski <[email protected]> | 2023-02-13 18:28:17 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-02-13 18:28:17 +0100 |
commit | 7fe45bb9955933eb0aa990d332999794e3ecea7a (patch) | |
tree | 1f0978bff3f8f489187d3f073e135fcb9cd86022 /.rr.yaml | |
parent | 151bfe356e2695bfc646d35a8c01f6bf9139e184 (diff) |
chore: add `redial_timeout` AMQP option
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |