Skip to content

Respect 429 (Retry After) response #2

@mindplay-dk

Description

@mindplay-dk

If Sentry returns a 429 (Retry After) HTTP status, the client is over the usage limit - the client should respect that, back off and wait for a while.

This isn't completely trivial to implement, since PHP scripts are stateless - we'll need to record the back-off period in a flat file somewhere maybe.

Or this may be part of a somewhat larger solution that also enables us to buffer to disk if the Sentry back-end fails to respond.

Needs design proposal/spec before implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions