Maybe the retry_interval should be deprecated #2435
woodongwong
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
#1986 introduced backoff, which changed the way retry_interval works. It only initializes BACKOFF_BASE and BACKOFF_CAP when using functions like connect. I believe this is redundant and can lead to ambiguity, as shown in the following code snippet:
I am aware that this will impact compatibility, so we need a transitional period, such as deprecating it in version 6.1.0 and removing it in version 7.0.0.
Beta Was this translation helpful? Give feedback.
All reactions