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've run into issues recently where Polygon is sometimes taking minutes to timeout on requests so was just looking into timeouts and retries. It'd be quite useful if there was a builtin way to specify the request timeout and retry semantics.
If you used something like fetch-retry under the hood and let us supply options that'd be helpful.
And likewise a timeout option that used an AbortController signal with fetch would be great.
The text was updated successfully, but these errors were encountered:
I've run into issues recently where Polygon is sometimes taking minutes to timeout on requests so was just looking into timeouts and retries. It'd be quite useful if there was a builtin way to specify the request timeout and retry semantics.
If you used something like fetch-retry under the hood and let us supply options that'd be helpful.
And likewise a timeout option that used an AbortController signal with fetch would be great.
The text was updated successfully, but these errors were encountered: