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 link to retries blog #1707

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Add link to retries blog #1707

merged 1 commit into from
Oct 19, 2023

Conversation

martincostello
Copy link
Member

Add a link to a really good blog post that interactively demonstrates how retries work with exponential back-off and jitter.

Add a link to a really good blog post that interactively demonstrates how retries work with exponential back-off and jitter.
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (d9fe9c9) 84.65% compared to head (2b76339) 84.65%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1707   +/-   ##
=======================================
  Coverage   84.65%   84.65%           
=======================================
  Files         306      306           
  Lines        6831     6831           
  Branches     1047     1047           
=======================================
  Hits         5783     5783           
  Misses        839      839           
  Partials      209      209           
Flag Coverage Δ
linux 84.65% <ø> (ø)
macos 84.65% <ø> (ø)
windows 84.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martintmk
Copy link
Contributor

Can you also add an section to a retry strategy with this info?

@martincostello
Copy link
Member Author

martincostello commented Oct 19, 2023

Can you also add an section to a retry strategy with this info?

That's how I started, but there's no real prose explaining what retries are conceptually in that document so it looked out of place. I don't have the time to do that today, so I can do that in a follow-up?

@martincostello martincostello enabled auto-merge (rebase) October 19, 2023 13:27
@martincostello martincostello merged commit 6cd9c48 into main Oct 19, 2023
18 checks passed
@martincostello martincostello deleted the add-retry-blog-post branch October 19, 2023 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants