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 /schemas | |
parent | 151bfe356e2695bfc646d35a8c01f6bf9139e184 (diff) |
chore: add `redial_timeout` AMQP option
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/config/2.0.schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json index 3f9c0e91..6a866b6b 100644 --- a/schemas/config/2.0.schema.json +++ b/schemas/config/2.0.schema.json @@ -1458,6 +1458,11 @@ "type": "string", "default": "amqp.default" }, + "redial_timeout": { + "description": "Redial timeout (in seconds). How long to try to reconnect to the AMQP server", + "type": "integer", + "default": 60 + }, "exchange_durable": { "description": "Durable exchange (rabbitmq option: https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges)", "type": "boolean", |