Pubnub Rate Limits
PubNub does not publish per-second rate limits in the same way as competitors because billing is by MAU and transactions are unlimited within tier. Soft fair-use protections apply per publish key (typically 100 publishes per second per channel). Functions invocations are capped per second per function. Throttled responses return HTTP 429.
Pubnub Rate Limits is the machine-readable rate-limit profile for PubNub on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring messages_per_second, invocations_per_second, and mau_per_month.
The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Realtime and Rate Limiting.