RelataDB error reference

Rate limited

The per-IP token-bucket rate limit was exceeded.

REL_RATE_LIMITEDHTTP 429Resource limits↻ retryable

Why this happens

Too many requests from this IP in the window.

How to fix it

Back off using the Retry-After header, then retry. Tune via RELATA_RATE_LIMIT_RPS.

Related configuration

RELATA_RATE_LIMIT_RPS RELATA_READ_RATE_LIMIT_RPS RELATA_MEMORY_RATE_LIMIT_RPS

Also emitted as

Every RelataDB error carries a correlation_id (UUIDv7). Cite it when reporting — ops cannot trace the request without it. See reporting errors.