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 exponential backoff before retrying #25

Merged
merged 1 commit into from
Nov 5, 2019
Merged

Add exponential backoff before retrying #25

merged 1 commit into from
Nov 5, 2019

Conversation

int128
Copy link
Owner

@int128 int128 commented Nov 4, 2019

This will add the exponential backoff before retrying connection.

@codecov-io
Copy link

codecov-io commented Nov 4, 2019

Codecov Report

Merging #25 into master will decrease coverage by 0.19%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #25     +/-   ##
=========================================
- Coverage   86.36%   86.17%   -0.2%     
=========================================
  Files           1        1             
  Lines          88       94      +6     
=========================================
+ Hits           76       81      +5     
- Misses          7        8      +1     
  Partials        5        5
Impacted Files Coverage Δ
pkg/usecases/authproxy/auth_proxy.go 86.17% <88.88%> (-0.2%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e32955...881a6a6. Read the comment docs.

@int128 int128 merged commit 7a1c9dc into master Nov 5, 2019
@int128 int128 deleted the backoff branch November 5, 2019 01:07
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