Skip to content

**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub> Avoid retrying all 403, 404, and 410 responses** #25

Description

@Trustinbtc999-hue

P2 Badge Avoid retrying all 403, 404, and 410 responses

A 403 commonly denotes a primary or secondary rate limit, for which the REST troubleshooting guidance requires waiting for retry-after or the rate-limit reset rather than refreshing installation access; repeated requests can lead to an integration being banned. A 404 can indicate a bad path or missing resource, and a 410 means the resource or endpoint is gone, so neither is generally made retriable by refreshing access. Split these cases by status and response headers instead of instructing readers to retry all three.

Useful? React with 👍 / 👎.

Originally posted by @chatgpt-codex-connector[bot] in Comrrflex/docs#1 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions