Performing a high-volume real-time webhook flow in debug mode may cause increased connection queue size (253k to 152k) causing the flow to run slowly. This can lead to flow failure and can also affect the Integrator.io performance for other users.
In the above scenarios, you can create a batch flow instead of a webhook flow by enabling the debug mode to run a 2k flow request.
The following table describes flow response time by number of requests based on the debug mode:
Debug mode | Requests to webhook listener | Response time |
On | 500 | 15 - 20 seconds |
Off | 500 | 2 seconds |
On | 2000 | Server breaks down due to too many active requests. |
On | 5000 | Server breaks down due to too many active requests. |
Off | 5000 | 15 seconds (no issue) |
Comments
Please sign in to leave a comment.