Timeout

The Timeout Policy allows you to determine timeouts for your API. You can differentiate between a timeout for the initial connection and a timeout for the entire request. The timeout set in this policy overrides the global timeout for this specific API.

timeout_policy.png

Configuration Options

Option

Description

Default

Timeout Connect (ms)

Defines the timeout for the initial connection between gateway and backend API.
The global connection timeout is 60.000 ms.

10.000 ms

Timeout Read (ms)

Defines the timeout for the entire request including the time spent waiting for data to be read.
The global request timeout is 120.000 ms.

30.000 ms


Related Pages: