Errors
DSAR-BE-1200: REQUEST_RATE_LIMITED
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
A public intake endpoint exceeded a configured rate limit.
Probable Causes
- A client submitted too many public intake requests in the configured window.
- A tenant's public intake channel is receiving a burst above its configured limit.
- A webhook provider is retrying aggressively after upstream failures.
How to Fix
- Wait for the
Retry-Afterresponse header before retrying. - Check the public intake source for loops or retry storms.
- Adjust runtime intake rate-limit configuration if the limit is too low.
Retryable
Yes. Retry after the number of seconds in the Retry-After header.