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'd like to use polly to implement retries for failed requests that return a Too Many Requests status code.
Is there any sample available or base class where i can access the used http client?
Just to be sure, i'm not talking about wrapping the graphQl client calls, i'd like to know if there is
a proper way to inject polly into the existing pipeline.
The text was updated successfully, but these errors were encountered:
I'd like to use polly to implement retries for failed requests that return a Too Many Requests status code.
Is there any sample available or base class where i can access the used http client?
Just to be sure, i'm not talking about wrapping the graphQl client calls, i'd like to know if there is
a proper way to inject polly into the existing pipeline.
The text was updated successfully, but these errors were encountered: