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
yk-ms
changed the title
Be able to retry on errors other than Auth0::RateLimitEncountered.
Be able to retry on errors other than Auth0::RateLimitEncountered?
Jul 19, 2023
We could put some configuration in to pass through to Retryable. Happy to accept a PR to look into, but otherwise it's very low priority for us at the moment. In the meantime, you should be able to handle this exception yourself and retry the request appropriately.
Checklist
Describe the problem you'd like to have solved
I want to optionally control whether or not retries are performed when RestClient::RequestTimeout occurs instead of Auth0::RateLimitEncountered.
Describe the ideal solution
As a condition of retry, option to be executed in another error class.
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: