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 the current_time + delay > promise.timeout we should short circuit the retry policy and immediately reject the promise. The tricky part of this will be looking at the clock in a dst safe way in the scheduler.
The text was updated successfully, but these errors were encountered:
If the
current_time + delay > promise.timeout
we should short circuit the retry policy and immediately reject the promise. The tricky part of this will be looking at the clock in a dst safe way in the scheduler.The text was updated successfully, but these errors were encountered: