fixed
Webhook integration: new 3-minute timeout policy
October 14th, 2024
This week, we will enforce a 3-minute HTTP timeout on all requests from the webhook integrations to your app.
This will apply to all requests in the following features:
- Webhooks configured using the Webhook Integration feature in the Integrations center
- Webhooks configured using the
create_webhook
operation via GraphQL
After the 3-minute window, the request will be abandoned and the relevant error handling mechanism will kick in (retry, failure message to user, etc).