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
In the headers, it tells us how many seconds to wait with Retry-After header. However, looking at Tesla.Middleware.Retry, it does not seem like I can set delay base on the response on runtime. If this is something Tesla retry is missing, maybe I can submit a PR? 🙂
The text was updated successfully, but these errors were encountered:
Hello, 👋
I'm trying to create a retry strategy that retries based on Zendesk's rate limit response. The response looks something like this:
In the headers, it tells us how many seconds to wait with
Retry-After
header. However, looking atTesla.Middleware.Retry
, it does not seem like I can setdelay
base on the response on runtime. If this is something Tesla retry is missing, maybe I can submit a PR? 🙂The text was updated successfully, but these errors were encountered: