Skip to main content

Cause

The request rate limit has been exceeded for this endpoint or user. Guile did not apply the request while the limit is active.

Fix

Wait for the Retry-After header or the recovery.rateLimit reset time, then send the same request again. Prefer exponential backoff so you do not hit the limit immediately.

Retry safety

Safe to retry as-is

Raised by

Many operations return this problem. Check the error responses on the operation you called. Examples:

Example