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

Application Exception: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. #562

Closed
nminaya opened this issue Mar 18, 2023 · 0 comments
Labels
production-bug Bug captured automatically in Production enviroment telegram Related to Telegram Bot

Comments

@nminaya
Copy link
Owner

nminaya commented Mar 18, 2023

This is an issue created automatically by GrammarNazi when an exception was captured.

Date (UTC): 03/18/2023 04:04:44

Exception:

Microsoft.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
---> System.ComponentModel.Win32Exception (258): Unknown error 258
at Microsoft.Data.SqlClient.SqlCommand.<>c.b__208_0(Task1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask2.InnerInvoke()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func4 operation, Func4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable1.AsyncEnumerator.MoveNextAsync()
at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable1 asyncEnumerable, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable1 asyncEnumerable, CancellationToken cancellationToken)
at GrammarNazi.Core.Repositories.EFRepository1.GetFirst(Expression1 filter) in /src/GrammarNazi.Core/Repositories/EFRepository.cs:line 48
at GrammarNazi.Core.Utilities.TelegramUpdateHandler.GetChatConfiguration(Int64 chatId, IServiceProvider serviceProvider, ITelegramBotClient client) in /src/GrammarNazi.Core/Utilities/TelegramUpdateHandler.cs:line 159
at GrammarNazi.Core.Utilities.TelegramUpdateHandler.BotOnMessageReceived(ITelegramBotClient client, Message message) in /src/GrammarNazi.Core/Utilities/TelegramUpdateHandler.cs:line 115
at Polly.AsyncPolicy.<>c__DisplayClass40_0.<b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Polly.Retry.AsyncRetryEngine.ImplementationAsync[TResult](Func3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates1 shouldRetryResultPredicates, Func5 onRetryAsync, Int32 permittedRetryCount, IEnumerable1 sleepDurationsEnumerable, Func4 sleepDurationProvider, Boolean continueOnCapturedContext) at Polly.AsyncPolicy.ExecuteAsync(Func3 action, Context context, CancellationToken cancellationToken, Boolean continueOnCapturedContext)
at Polly.AsyncPolicy.ExecuteAndCaptureAsync(Func`3 action, Context context, CancellationToken cancellationToken, Boolean continueOnCapturedContext)
ClientConnectionId:23b9dfff-ff44-4c65-ba3a-09a6defc150d
Error Number:-2,State:0,Class:11

Exception caught counter: 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
production-bug Bug captured automatically in Production enviroment telegram Related to Telegram Bot
Projects
None yet
Development

No branches or pull requests

1 participant