Skip to content

Conversation

ramonsmits
Copy link
Member

@ramonsmits ramonsmits commented Jul 11, 2024

Will retry failures 15 times, where there is a progressive delay with jitter

// Exponential back-off
millisecondsDelay = 100ms * 2 attemps
// Jitter
millisecondsDelay = millisecondsDelay + random(millisecondsDelay/5)

@ramonsmits ramonsmits self-assigned this Jul 11, 2024
@ramonsmits ramonsmits marked this pull request as ready for review July 12, 2024 11:53
@ramonsmits ramonsmits force-pushed the error-handling branch 2 times, most recently from ac3fa9f to 5144f6c Compare July 12, 2024 15:35
@github-actions github-actions bot added the stale label Aug 12, 2024
@github-actions github-actions bot closed this Aug 20, 2024
@ramonsmits ramonsmits reopened this Aug 23, 2024
@Particular Particular deleted a comment from github-actions bot Aug 23, 2024
@ramonsmits ramonsmits removed the stale label Aug 23, 2024
@github-actions github-actions bot added the stale label Sep 24, 2024
@github-actions github-actions bot removed the stale label Sep 25, 2024
@Particular Particular deleted a comment from github-actions bot Sep 27, 2024
@ramonsmits ramonsmits merged commit 165900a into master Sep 27, 2024
4 checks passed
@ramonsmits ramonsmits deleted the error-handling branch September 27, 2024 11:53
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.

4 participants