parseable
parseable copied to clipboard
remove request timeout in INTRA_CLUSTER_CLIENT
current: timeout set to 30 secs change: remove timeout
this is to ensure querier does not timeout while processing the request and prism does not throw exception to client when processing is still happening
we still need to handle the scenario when there is a timeout set in client while prism is still processing a request
Summary by CodeRabbit
- Chores
- Removed the 30-second per-request timeout for intra-cluster HTTP requests. Other connection and compression settings remain unchanged.