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.
| Resource | Limit | Description |
|---|---|---|
| Event per request | 50 | Maximum number of events pushed in a single request. |
| Event per minute | 500 | Maximum number of events pushed in one minute. |
| Payload size | 200 KB | Maximum combined payload size of events in single request. |
| Retry data size | 4 KB | Maximum size of This will be enforced from |
| Payload size for long running functions | 100 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 functions | 4 KB | Maximum size of This limit only applies to functions specifying a timeout greater than 55 seconds. |
| Cyclic invocation limit | 1000 | An event resolver can push more events to the queue thus creating a cycle. This limit applies to the maximum cyclic depth up to which events resolver can push more events to the queue. |
Rate this page: