-
Notifications
You must be signed in to change notification settings - Fork 319
Description
https://cloud.google.com/apis/docs/system-parameters#definitions
Is your feature request related to a problem? Please describe.
While investigating internal issue 195337762, it was determined that some internal servers can get stuck waiting for longer than is necessary. It is believed that if X-Server-Timeout
is set, then those internal servers can stop processing more quickly.
Describe the solution you'd like
Whenever timeout
is set in the JSONConnection call API method, also populate the X-Server-Timeout
header.
Describe alternatives you've considered
It's possible the local client-side timeout may be sufficient.
Additional context
It's still not 100% clear to me that this header will help. A Googler on the internal issue 195337762 promises to share some docs on how this header bubbles through the system.