The current default timeout for gpctl queries to the API is 3s, which can already be hit in busy scenarios (e.g. during rotation) due to the mutex lock on the capture. To ease the pain a bit this should be changed to 10s (the user can still override both in config and / or on the command line if they please).
The current default timeout for
gpctl
queries to the API is3s
, which can already be hit in busy scenarios (e.g. during rotation) due to the mutex lock on thecapture
. To ease the pain a bit this should be changed to10s
(the user can still override both in config and / or on the command line if they please).