You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say if I want to apply retry delay by increasing the retry interval exponentially for most cases, but for some specific exceptions like client error 429 I would like to calculate the delay by myself, is that possible by setting delay withBackoff and withDelay at the same time?
It appears this is not supported since delay will be overwritten but it'll be good if this can be confirmed.
Thanks for your attention.
The text was updated successfully, but these errors were encountered:
Say if I want to apply retry delay by increasing the retry interval exponentially for most cases, but for some specific exceptions like client error
429
I would like to calculate the delay by myself, is that possible by setting delaywithBackoff
andwithDelay
at the same time?It appears this is not supported since delay will be overwritten but it'll be good if this can be confirmed.
Thanks for your attention.
The text was updated successfully, but these errors were encountered: