Soketi · Rate Limits

Soketi Rate Limits

Soketi is configurable - rate limits are set by the operator at deploy time via app configuration. Common per-app caps include max client events per second, max read events per second, max backend events per second, max channels, and max presence members. There are no SaaS-imposed limits.

Soketi Rate Limits is the machine-readable rate-limit profile for Soketi on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring events_per_second and requests_per_second.

The profile also includes 1 backoff/retry policy defined and response codes documented for throttled.

Tagged areas include Realtime, Open Source, and Rate Limiting.

3 Limits Throttle: 429
RealtimeOpen SourceRate Limiting

Limits

max_client_events_per_second (config) app
events_per_second
-1
Configured per app at deploy time (e.g. SOKETI_DEFAULT_APP_MAX_CLIENT_EVENTS_PER_SECOND).
max_backend_events_per_second (config) app
events_per_second
-1
Server-side publish rate cap.
max_read_requests_per_second (config) app
requests_per_second
-1
REST read API rate cap.

Policies

Operator-controlled
Limits are set by the operator; tune for the underlying VM and Redis cluster.

Sources