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 am curious if there is a way to handle dynamically change the retry wait period based on something that happens within the process being executed. The specific example I have is an API that has a rate limit on it and it returns in the HTTP headers the recommended amount of time to wait before retying the call.
Any thoughts or suggestions on how to approach?
The text was updated successfully, but these errors were encountered:
I am curious if there is a way to handle dynamically change the retry wait period based on something that happens within the process being executed. The specific example I have is an API that has a rate limit on it and it returns in the HTTP headers the recommended amount of time to wait before retying the call.
Any thoughts or suggestions on how to approach?
The text was updated successfully, but these errors were encountered: