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

[Docs] Fix calculation of exponential delay in flow chart #2005

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

janher
Copy link
Contributor

@janher janher commented Mar 1, 2024

Pull Request

The issue or feature being addressed

Documentation fix:

The exponential flow chart showed the delay calculation to be Delay * AttemptNumber^2, but it should be Delay * 2^AttemptNumber. e.g. when AttemptNumber is 3, the delay is multiplied by 8, not 9.

Confirm the following

  • I started this PR by branching from the head of the default branch
  • I have targeted the PR to merge into the default branch
  • I have included unit tests for the issue/feature
  • I have successfully run a local build

@janher janher changed the title Fix calculation of exponential delay in flow chart [DOCS] Fix calculation of exponential delay in flow chart Mar 1, 2024
@janher janher changed the title [DOCS] Fix calculation of exponential delay in flow chart [Docs] Fix calculation of exponential delay in flow chart Mar 1, 2024
@janher
Copy link
Contributor Author

janher commented Mar 1, 2024

@dotnet-policy-service agree company="VAA"

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.64%. Comparing base (3336d1c) to head (fe30ff4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2005   +/-   ##
=======================================
  Coverage   83.64%   83.64%           
=======================================
  Files         312      312           
  Lines        7105     7105           
  Branches     1054     1054           
=======================================
  Hits         5943     5943           
  Misses        789      789           
  Partials      373      373           
Flag Coverage Δ
linux 83.64% <ø> (ø)
macos 83.64% <ø> (ø)
windows ?

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.

@martincostello martincostello merged commit 8c2041d into App-vNext:main Mar 1, 2024
14 checks passed
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