Keda Rate Limits
KEDA does not operate a hosted API; it is an in-cluster controller plus an external-metrics API server consumed by the Kubernetes HPA. There are no first-party, per-second / per-minute rate limits. Polling cadence and concurrent-event behavior are configured per ScaledObject via pollingInterval, cooldownPeriod, and per-scaler caps.
Keda Rate Limits is the machine-readable rate-limit profile for KEDA on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 2 rate-limit definitions, measuring poll_seconds and varies.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled and serviceUnavailable.
Tagged areas include Autoscaling, CNCF, Event-Driven, Graduated, and Kubernetes.