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.
Configuration Options
Basic Configuration
Option | Description | Possible Values | Default |
---|---|---|---|
Timeout Connect (ms) | Defines the timeout for the initial connection between gateway and backend API. | an integer | 10.000 ms |
Timeout Read (ms) | Defines the timeout for the entire request including the time spent waiting for data to be read. | an integer | 30.000 ms |
Related Pages: