The command queue

Every ER:LC command Axium sends goes through an adaptive per-server queue:

  • Priority lanes — critical actions (bans) preempt routine ones.
  • De-duplication — identical commands collapse.
  • Idempotent retries — rate-limited commands retry on retry_after, never dropped.

Check live health with /erlc queue.

Was this page helpful?