Webhook Rate Limit
The webhook rate limit is the maximum number of webhook executions that an organization can perform per minute. It ensures that all organizations get a fair chance in executing their webhooks. Till now, Contentstack used shared resources to execute webhooks for all the organizations and this mutual dependency in turn affects the overall productivity.
If there is no rate limit, then there are no restrictions on the webhook executions for any organization. This means that any organization can lead and flood the network that causes a delay in the webhook executions of other organizations.
Now, Contentstack introduces Webhook Rate Limit that regulates the webhook executions and aids efficient executions.
Once the rate limit reaches, any further messages are executed in the next available rate limit window.
Note The rate limit is 200 executions per minute per organization.