// Job ID: #262450
using MC.Hangfire.Background;
var backgroundJob = Activate<IBackgroundJob<TarefaEmpresaExecutor>>();
await backgroundJob.EnqueueJob(
null,
FromJson<TarefaEmpresaExecutor>("{\"Id\":12167,\"Today\":\"2026-02-21T05:03:33.89931-03:00\"}"),
null);
| CurrentCulture | |
| CurrentUICulture | |
| RetryCount | |
Retry attempt 1 of 10: Execution Timeout Expired. The timeout period el…
An exception occurred during performance of the job.
Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
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.<ExecuteDbDataReaderAsync>b__164_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location where exception was thrown --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location where exception was thrown --- at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) 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.QueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(DbContext _, Boolean result, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.AsyncEnumerator.MoveNextAsync() at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync[TSource](IAsyncEnumerable`1 asyncEnumerable, CancellationToken cancellationToken) at MC.AspNetCore.Log.DefaultLogger.AddLogMessageAsync[T](String idIntegracao, String descricao, String message, IUserContext userContext, String stacktrace, CancellationToken ct) at Hangfire.Server.PerformContextExtensions.LogMessage[T](PerformContext context, String descricao, String message, ILogger logger, IUserContext userContext, Exception ex, CancellationToken ct, ConsoleTextColor color) at Hangfire.Server.PerformContextExtensions.LogMessage[T](PerformContext context, String message, ILogger logger, IUserContext userContext, Exception ex, CancellationToken ct, ConsoleTextColor color) at Cont360.PortalCliente.Servicos.TarefaEmpresa.TarefaEmpresaCriacaoTarefas.EnqueueJob(PerformContext context, TarefaEmpresaExecutor jobData, IJobCancellationToken ct) in D:\a\1\s\Cont360.PortalCliente.Servicos\TarefaEmpresa\TarefaEmpresaCriacaoTarefas.cs:line 79 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)