Does retry_on_initial_connect
retry forever?
#1312
Answered
by
Jarema
feelingsonice
asked this question in
Q&A
-
Don't see any timeouts or retry limit for it, does it retry forever if I set it to |
Beta Was this translation helpful? Give feedback.
Answered by
Jarema
Sep 11, 2024
Replies: 1 comment 2 replies
-
Yes, it retires forever with exponential backoff. To customize the reconnect delays use reconnect_delay_callback |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
feelingsonice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it retires forever with exponential backoff.
You can set limit with max_reconnects
To customize the reconnect delays use reconnect_delay_callback