-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request