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
I would like to compute number of retries dynamically, depending on details about the error. I guess this can be done by setting retries to a large number and then throwing an error in the retryDelay function but I'm not sure about the implications.
Do you have a recommendation? (Do / don't do that, what is a suitable error, etc.)
The text was updated successfully, but these errors were encountered:
I would like to compute number of retries dynamically, depending on details about the error. I guess this can be done by setting
retries
to a large number and then throwing an error in theretryDelay
function but I'm not sure about the implications.Do you have a recommendation? (Do / don't do that, what is a suitable error, etc.)
The text was updated successfully, but these errors were encountered: