-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 more error codes to the transient list #6665
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Comments
AndriySvyryd
referenced
this issue
Oct 3, 2016
All high-level API that need database connection will use the configured execution strategy except migrations. Handle external connection state changes in RelationalConnection Add to .Core: IExecutionStrategy ExecutionStrategy IExecutionStrategyFactory IDatabaseProviderServices IExecutionStrategyFactory ExecutionStrategyFactory DatabaseFacade IExecutionStrategy CreateExecutionStrategy() TResult ExecuteWithStrategyInTransaction<TResult>(Func<DbContext, TResult> operation) Task<TResult> ExecuteWithStrategyInTransactionAsync<TResult>(Func<DbContext, CancellationToken, Task<TResult>> operation, CancellationToken cancellationToken) Add to .Relational: RelationalDbContextOptionsBuilder ExecutionStrategy(Func<ExecutionStrategyContext, IExecutionStrategy> getExecutionStrategy) Add to .SqlServer: SqlAzureExecutionStrategy SqlServerDbContextOptionsBuilder EnableRetryOnFailure() EnableRetryOnFailure(int maxRetryCount)
This was referenced Oct 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Memory optimized optimistic concurrency: https://msdn.microsoft.com/en-us/library/mt668435.aspx#Anchor_5
121 VIP Swap: https://social.msdn.microsoft.com/Forums/azure/en-US/5e195f94-d4d2-4c2d-8a4e-7d66b4761510/vip-swap-and-the-semaphore-timeout-period-has-expired-errors?forum=ssdsgetstarted
49918, 49919, 49920: https://azure.microsoft.com/en-us/documentation/articles/sql-database-develop-error-messages/
The text was updated successfully, but these errors were encountered: