You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CONTROL_PLANE_TIMEOUT configuration and apply it across various components (#285)
- Introduced CONTROL_PLANE_TIMEOUT setting in SidecarConfig for controlling request timeouts.
- Updated aiohttp ClientSession and AsyncClient to utilize the new timeout configuration.
- Modified BlockingRequest to accept a timeout parameter, ensuring consistent timeout handling in blocking requests.
- Adjusted RemoteConfigFetcher and EnvApiKeyFetcher to incorporate the timeout setting for improved request management.
0 commit comments