Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make timeouts default to 60 seconds #992

Merged
merged 1 commit into from
Jan 11, 2023
Merged

Make timeouts default to 60 seconds #992

merged 1 commit into from
Jan 11, 2023

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Jan 11, 2023

The client-side timeout implementation has gotten much more reliable and robust over the last little while. The reason we didn't include a timeout by default is that it wasn't in the past, but now I believe things are robust enough to set it and catch unresponsive servers for clients without waiting on the response indefinitely.

The client-side timeout implementation has gotten much more reliable
and robust over the last little while. The reason we didn't include
a timeout by default is that it wasn't in the past, but now I
believe things are robust enough to set it and catch unresponsive
servers for clients without waiting on the response indefinitely.
@codecov-commenter
Copy link

codecov-commenter commented Jan 11, 2023

Codecov Report

Merging #992 (7b1b5a0) into master (ea025e1) will decrease coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #992      +/-   ##
==========================================
- Coverage   82.93%   82.84%   -0.10%     
==========================================
  Files          37       37              
  Lines        3053     3054       +1     
==========================================
- Hits         2532     2530       -2     
- Misses        521      524       +3     
Impacted Files Coverage Δ
src/ConnectionPool.jl 86.91% <ø> (-0.85%) ⬇️
src/HTTP.jl 70.00% <ø> (ø)
src/clientlayers/ConnectionRequest.jl 80.48% <100.00%> (+1.47%) ⬆️
src/clientlayers/TimeoutRequest.jl 85.71% <100.00%> (-14.29%) ⬇️
src/Servers.jl 79.16% <0.00%> (-0.53%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@quinnj quinnj merged commit 90a4cc8 into master Jan 11, 2023
@quinnj quinnj deleted the jq-default-timeouts branch January 11, 2023 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants