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

Add # of retry attempts to request context #946

Merged
merged 1 commit into from
Oct 20, 2022
Merged

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Oct 20, 2022

This can help for cases where we want to inspect the # of retries that happened during a request.

This can help for cases where we want to inspect the # of retries
that happened during a request.
@codecov-commenter
Copy link

Codecov Report

Merging #946 (894f4fd) into master (a0b5c1d) will decrease coverage by 0.42%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #946      +/-   ##
==========================================
- Coverage   80.30%   79.87%   -0.43%     
==========================================
  Files          36       36              
  Lines        2950     2952       +2     
==========================================
- Hits         2369     2358      -11     
- Misses        581      594      +13     
Impacted Files Coverage Δ
src/clientlayers/RetryRequest.jl 76.74% <100.00%> (+1.13%) ⬆️
src/access_log.jl 80.00% <0.00%> (-13.34%) ⬇️
src/Exceptions.jl 88.23% <0.00%> (-2.95%) ⬇️
src/connectionpools.jl 70.70% <0.00%> (-2.03%) ⬇️
src/parsemultipart.jl 90.35% <0.00%> (-0.88%) ⬇️
src/cookies.jl 93.33% <0.00%> (-0.52%) ⬇️

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

@quinnj quinnj merged commit 1b41d44 into master Oct 20, 2022
@quinnj quinnj deleted the jq/retryattempt branch October 20, 2022 05:23
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