RelataDB error reference

Watch subscription limit

The server has reached `RELATA_MAX_WATCH_SUBSCRIPTIONS`.

REL_WATCH_LIMITHTTP 429Resource limits

Why this happens

Each WATCH re-evaluates on every commit; the cap protects commit latency.

How to fix it

Close unused subscriptions, or raise the cap on a write-light workload.

Related configuration

RELATA_MAX_WATCH_SUBSCRIPTIONS

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.