Currently, API request timeouts are fixed, which may not be suitable for all use cases. Applications running in slower network environments or making long-running requests could benefit from configurable timeout values.
- Allow configuring request timeout duration globally.
- Support overriding the timeout for individual requests.
- Provide sensible default timeout values.
- Return a clear timeout error message when a request exceeds the configured limit.
This would give developers greater flexibility when working with different network conditions and API workloads while improving the overall developer experience.
Currently, API request timeouts are fixed, which may not be suitable for all use cases. Applications running in slower network environments or making long-running requests could benefit from configurable timeout values.
This would give developers greater flexibility when working with different network conditions and API workloads while improving the overall developer experience.