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

Use Polly instead of AnyRetry #3

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Use Polly instead of AnyRetry #3

merged 2 commits into from
Mar 18, 2024

Conversation

FriggaHel
Copy link
Contributor

@FriggaHel FriggaHel commented Mar 18, 2024

One-line summary

Replaces Retry Library

Types of Changes

  • Refactor/improvements

@FriggaHel FriggaHel requested a review from konraddysput March 18, 2024 11:56
@FriggaHel FriggaHel merged commit 3f61d7d into main Mar 18, 2024
2 checks passed
@FriggaHel FriggaHel deleted the use-polly-retry-strategy branch March 18, 2024 11:59
Comment on lines +65 to +68
Delay = TimeSpan.FromSeconds(1),
MaxRetryAttempts = 10
})
.AddTimeout(TimeSpan.FromSeconds(15))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it uses different values from the ones before. Why 1 / 10 / 15?

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.

3 participants