Webhook Timeouts
There are 3 timeouts for Webhooks provided by Truecaller for Business:
Connection Timeout: The connection timeout is the timeout for making the initial connection to the webhook URL's HTTP server.
Read Timeout: Once the initial connection has been made, there is a possibility that there is an indefinite wait to read data from the HTTP server at any time. The read timeout is the timeout for such a wait.
Total Webhook Timeout: In addition to the above timeouts, Truecaller for Business also checks the total execution of time of any webhook call via the webhook execution timeout.
The values for each timeout are as follows:
Timeout | Duration |
---|---|
Connection Timeout | 20,000 ms |
Read Timeout | 20,000 ms |
Webhook Execution Timeout | 60,000 ms |
Last updated