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.
3 Limits
Throttle: 429
RealtimeOpen SourceRate Limiting
Limits
max_client_events_per_second (config) app
-1
Configured per app at deploy time (e.g. SOKETI_DEFAULT_APP_MAX_CLIENT_EVENTS_PER_SECOND).
max_backend_events_per_second (config) app
-1
Server-side publish rate cap.
max_read_requests_per_second (config) app
-1
REST read API rate cap.
Policies
Operator-controlled
Limits are set by the operator; tune for the underlying VM and Redis cluster.