Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Feb 26, 2026

Async events limits

Understand the boundaries for asynchronous processing, including event frequency, payload size, and invocation depth.

The limits listed below apply to the Async events API for each installation of your app.

ResourceLimitDescription
Event per request50Maximum number of events pushed in a single request.
Event per minute500Maximum number of events pushed in one minute.
Payload size200 KBMaximum combined payload size of events in single request.
Retry data size4 KB

Maximum size of retryData.

This will be enforced from Nov 13, 2025. See CHANGE-2508 for more details.

Payload size for long running functions100 KB

Maximum size of an individual event.

This limit only applies to functions specifying a timeout greater than 55 seconds.

Retry data size for long running functions4 KB

Maximum size of retryData.

This limit only applies to functions specifying a timeout greater than 55 seconds.

Cyclic invocation limit1000An event resolver can push more events to the queue, which may trigger further event handlers in a chain. This limit applies to the total number of async event push requests that can be made across all handlers originating from a single initial function invocation, including requests made by downstream handlers. Each push request can contain up to 50 events. For example, a function that calls push 1000 times in a loop, or a chain where each handler calls push once for 1000 hops, both reach this limit.

Rate this page: