DENY/rate-limit

DENY/rate-limit

Rate limit exceeded

The per-minute call quota for this tool or agent was hit.

What it means

Aarmos enforces rate limits at the gate before calls leave the device. This deny fires when the sliding window is full; the call is refused rather than queued.

Common causes

  • Burst traffic from a batch job.
  • Rate set lower than the workload requires.

How to fix

  • Back off and retry after the window resets.
  • Raise `defaults.rate.per_minute` in policy if the load is legitimate.

Related

← All error codes