Windmill Dev Rate Limits
Windmill does not publish fixed numeric per-endpoint request-rate limits for its REST API. On self-hosted Community Edition, throughput is bounded only by your own infrastructure and by how many workers you run - each worker pulls and executes jobs from the shared Postgres-backed queue, so overall execution concurrency scales with the size of your worker fleet. On Windmill Cloud and Enterprise, effective throughput is governed by your provisioned Compute Units (worker capacity) and seat entitlements rather than by a per-minute API cap. Application-level flow control is expressed through per-script/per-flow concurrency limits and named concurrency groups, plus worker group tags that route and cap specific workloads.
Windmill Dev Rate Limits is the machine-readable rate-limit profile for Windmill on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 6 rate-limit definitions, measuring requests, jobs, worker_capacity, concurrent_executions, and various.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Developer Platform, Workflows, Job Orchestration, Rate Limiting, and Quotas.