Nomad Rate Limits
The Nomad HTTP API does not enforce HTTP-level rate limits in the open-source distribution. Throughput is bound by Nomad server capacity (Raft commit, scheduler workers, RPC concurrency) and client-side ACL token limits. Nomad supports blocking queries and long-poll consistency modes that control how clients consume the API. Rate-limit-style protections are configured operator-side via ACL token hierarchies, namespaces, and Sentinel policies (Enterprise).
Nomad Rate Limits is the machine-readable rate-limit profile for HashiCorp Nomad on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring varies, long-poll-duration, and per_page.
The profile also includes 5 backoff/retry policies defined and response codes documented for badRequest, forbidden, notFound, and serverError.
Tagged areas include Rate Limiting, Workload Orchestration, and DevOps.