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
Currently, retryhttp makes the false assumption that any response that contains a Retry-After header must have been rate limited. In fact, Retry-After indicates planned downtime when accompanied by 530 Service Unavailable.
Currently,
retryhttp
makes the false assumption that any response that contains aRetry-After
header must have been rate limited. In fact,Retry-After
indicates planned downtime when accompanied by530 Service Unavailable
.See MDN docs on
Retry-After
for details.The text was updated successfully, but these errors were encountered: