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
429 indicates too many requests and possibly has a header attached that indicates when another request should be retried Retry-After.
This could be used to pull those requests into a separate "retry" channel that will retry those requests after the Retry-After period has passed or a default time period. This would help to eliminate false negatives for sites that are actually up and running.
429 indicates too many requests and possibly has a header attached that indicates when another request should be retried
Retry-After
.This could be used to pull those requests into a separate "retry" channel that will retry those requests after the
Retry-After
period has passed or a default time period. This would help to eliminate false negatives for sites that are actually up and running.https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After
The text was updated successfully, but these errors were encountered: