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 overload to SqlServerDbContextOptionsBuilder.EnableRetryOnFailure with errorNumbersToAdd without forcing maxRetryCount and maxRetryDelay #27135

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

Marusyk
Copy link
Member

@Marusyk Marusyk commented Jan 7, 2022

Add overload to SqlServerDbContextOptionsBuilder.EnableRetryOnFailure with errorNumbersToAdd without forcing maxRetryCount and maxRetryDelay

Fixes #27074

Please review

…thout forcing maxRetryCount and maxRetryDelay
@AndriySvyryd AndriySvyryd changed the title Add overload to SqlServerDbContextOptionsBuilder.EnableRetryOnFailure Add overload to SqlServerDbContextOptionsBuilder.EnableRetryOnFailure with errorNumbersToAdd without forcing maxRetryCount and maxRetryDelay Jan 21, 2022
@AndriySvyryd AndriySvyryd merged commit a482bd1 into dotnet:main Jan 21, 2022
@Marusyk Marusyk deleted the rmarusyk/27074 branch January 22, 2022 00:12
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.

Add overload EnableRetryOnFailure that allows specifying errorCodesToAdd without count / delay
2 participants