Skip to content

Correctly handle Retry-After header with 503 Service Unavailable #10

@austind

Description

@austind

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.

See MDN docs on Retry-After for details.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions