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
If you are working with an API that returns a Retry-After header, it would be great if we could inform the scheduler to retry at a certain time or after a number of seconds instead of using the exponential backoff. Is there a way to do this without converting the task into a durable task, sleeping and then failing to cause a retry?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If you are working with an API that returns a
Retry-Afterheader, it would be great if we could inform the scheduler to retry at a certain time or after a number of seconds instead of using the exponential backoff. Is there a way to do this without converting the task into a durable task, sleeping and then failing to cause a retry?Beta Was this translation helpful? Give feedback.
All reactions