Connection Settings
The following connection settings are applied to every Webhook you configure.
Connection Timeout
5,000
The timeout in milliseconds KORE will wait to establish its TCP connection to your web server.
Read Timeout
15,000
The amount of time in milliseconds after sending your Webhook an HTTP request that KORE will wait for the initial HTTP response packet. It also applies to how long KORE will wait between individual packets within your HTTP response.
Total Time
15,000
The total time allowed for all timeouts, including retries. If not set, the maximum limit is enforced.
Retry Count
1
The number of retry attempts KORE will make if its connection to your Webhook fails. To make sure you capture the behaviors you need, make sure to set the Retry Policy value below accordingly
Retry Policy
Connection timeouts or Server errors
A retry will be attempted if the HTTP return codes are 408 (Request Timeout) or 423 (Too many requests) or 5xx (Server Error)
Last updated