// Id: #3380747
using BackServices.Jobs;
var smsQueueHandlerScopedJob = Activate<SmsQueueHandlerScopedJob>();
await smsQueueHandlerScopedJob.ExecuteAsync();
| CurrentCulture | |
| CurrentUICulture | |
Failed to change state to the 'Enqueued' one due to an exception after 5 retry attempts
The transaction log for database 'oci-third-party-back-services-qc' is full due to 'LOG_BACKUP' and the holdup lsn is (52:82928:1).
Microsoft.Data.SqlClient.SqlException (0x80131904): The transaction log for database 'oci-third-party-back-services-qc' is full due to 'LOG_BACKUP' and the holdup lsn is (52:82928:1). at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose) at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean isAsync, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String method) at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.Data.SqlClient.SqlCommandSet.ExecuteNonQuery() at Hangfire.SqlServer.SqlCommandBatch.ExecuteNonQuery() in C:\projects\hangfire-525\src\Hangfire.SqlServer\SqlCommandBatch.cs:line 95 at Hangfire.SqlServer.SqlServerWriteOnlyTransaction.<>c.<Commit>b__17_0(SqlServerStorage storage, DbConnection connection, DbTransaction transaction, SqlServerWriteOnlyTransaction ctx) in C:\projects\hangfire-525\src\Hangfire.SqlServer\SqlServerWriteOnlyTransaction.cs:line 96 at Hangfire.SqlServer.SqlServerStorage.<>c__44`1.<UseTransaction>b__44_0(SqlServerStorage storage, DbConnection connection, DbTransaction transaction, KeyValuePair`2 ctx) in C:\projects\hangfire-525\src\Hangfire.SqlServer\SqlServerStorage.cs:line 297 at Hangfire.SqlServer.SqlServerStorage.<>c__45`2.<UseTransaction>b__45_0(SqlServerStorage storage, DbConnection connection, KeyValuePair`2 ctx) in C:\projects\hangfire-525\src\Hangfire.SqlServer\SqlServerStorage.cs:line 335 at Hangfire.SqlServer.SqlServerStorage.UseConnection[TContext,TResult](DbConnection dedicatedConnection, Func`4 func, TContext context) in C:\projects\hangfire-525\src\Hangfire.SqlServer\SqlServerStorage.cs:line 279 at Hangfire.SqlServer.SqlServerStorage.UseTransaction[TContext,TResult](DbConnection dedicatedConnection, Func`5 func, TContext context, Nullable`1 isolationLevel) in C:\projects\hangfire-525\src\Hangfire.SqlServer\SqlServerStorage.cs:line 308 at Hangfire.SqlServer.SqlServerStorage.UseTransaction[TContext](DbConnection dedicatedConnection, Action`4 action, TContext context) in C:\projects\hangfire-525\src\Hangfire.SqlServer\SqlServerStorage.cs:line 295 at Hangfire.SqlServer.SqlServerWriteOnlyTransaction.Commit() in C:\projects\hangfire-525\src\Hangfire.SqlServer\SqlServerWriteOnlyTransaction.cs:line 68 at Hangfire.States.BackgroundJobStateChanger.ChangeState(StateChangeContext context) in C:\projects\hangfire-525\src\Hangfire.Core\States\BackgroundJobStateChanger.cs:line 61 at Hangfire.Server.DelayedJobScheduler.EnqueueBackgroundJob(BackgroundProcessContext context, IStorageConnection connection, String jobId) in C:\projects\hangfire-525\src\Hangfire.Core\Server\DelayedJobScheduler.cs:line 298