Temporal Io Rate Limits
Temporal Cloud governs load per namespace with three related rate metrics. APS (Actions Per Second) caps the rate of billable Actions - such as starting or signaling a workflow - in a namespace, protecting the system from spikes. RPS (Requests Per Second) controls the rate of gRPC requests at the service level. OPS (Operations Per Second) is a lower-level measure of everything a user does directly or that Temporal does on their behalf. Each namespace defaults to On-Demand capacity at a 500 APS floor that auto-scales based on the last 7 days of usage (comparing average and P90) and never drops below the floor. Namespaces can switch to Provisioned capacity set with Temporal Resource Units (TRUs), each adding 500 APS. Self-hosted Temporal has no vendor rate limits - throughput is bounded by your own cluster and its dynamic-config rate limiters.
Temporal Io Rate Limits is the machine-readable rate-limit profile for Temporal on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring actions, requests, operations, and temporal-resource-units.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and grpcThrottled.
Tagged areas include Durable Execution, Workflow Orchestration, Temporal Cloud, Rate Limiting, and Quotas.