Closed eaceaser closed 4 years ago
adds a 5 second timeout to harold requests.
When the status API times out (this behavior already existed):
failed to fetch deploy status: timed out
When the harold progress event times out (this is new timeout behavior):
harold: request timed out after 5 seconds (/harold/deploy/progress)
(addTimeout could probably be applied to the per-server work to handle the hung host issue as well)
adds a 5 second timeout to harold requests.
When the status API times out (this behavior already existed):
When the harold progress event times out (this is new timeout behavior):