Startup.StartProcess

The job is finished. It will be removed automatically 8/15/2026 4:08:53 AM.
// Job ID: #2323780
using LunyaFilterApp;

Startup.StartProcess();
CurrentCulture
"en-US"
CurrentUICulture
"en-US"
RecurringJobId
"MyProcess"
RetryCount
10
Time
1781578813

State

6/16/2026 4:08:53 AM (+60ms) Succeeded

Latency:
1h 8m
Duration:
27ms

+10m 5.137s Processing

Server:
a2nwvpweb085:64688
Worker:
64df91fa

+58.116s Processing

Server:
a2nwvpweb085:64688
Worker:
fb07c09e

+3m 54.154s Processing

Server:
a2nwvpweb085:64688
Worker:
e96a2c10

+59.813s Processing

Server:
a2nwvpweb085:64688
Worker:
3d9fe45e

+51.160s Processing

Server:
a2nwvpweb085:64688
Worker:
e758550d

+3m 54.147s Processing

Server:
a2nwvpweb085:64688
Worker:
e96a2c10

+59.800s Processing

Server:
a2nwvpweb085:64688
Worker:
3d9fe45e

+51.186s Processing

Server:
a2nwvpweb085:64688
Worker:
e758550d

+3m 26.707s Processing

Server:
a2nwvpweb085:64688
Worker:
e96a2c10

+1m 27.183s Processing

Server:
a2nwvpweb085:64688
Worker:
92728338

+51.244s Processing

Server:
a2nwvpweb085:64688
Worker:
e758550d

+4m 53.863s Processing

Server:
a2nwvpweb085:64688
Worker:
e96a2c10

+51.247s Processing

Server:
a2nwvpweb085:64688
Worker:
e758550d

+4m 53.853s Processing

Server:
a2nwvpweb085:64688
Worker:
e96a2c10

+51.370s Processing

Server:
a2nwvpweb085:64688
Worker:
e758550d

+3m 26.650s Processing

Server:
a2nwvpweb085:64688
Worker:
3d9fe45e

+1m 27.083s Processing

Server:
a2nwvpweb085:64688
Worker:
92728338

+51.347s Processing

Server:
a2nwvpweb085:64688
Worker:
e758550d

+4m 3.633s Processing

Server:
a2nwvpweb085:64688
Worker:
e96a2c10

+1m 1.717s Processing

Server:
a2nwvpweb085:64688
Worker:
2bac8a0c

+45.220s Processing

Server:
a2nwvpweb085:64688
Worker:
c113dfad

+3m 58.200s Processing

Server:
a2nwvpweb085:64688
Worker:
cfddf0f6

+1m 1.757s Processing

Server:
a2nwvpweb085:64688
Worker:
2bac8a0c

+45.180s Processing

Server:
a2nwvpweb085:64688
Worker:
c113dfad

+3m 58.226s Processing

Server:
a2nwvpweb085:64688
Worker:
cfddf0f6

+1m 1.740s Processing

Server:
a2nwvpweb085:64688
Worker:
2bac8a0c

+45.194s Processing

Server:
a2nwvpweb085:64688
Worker:
c113dfad

+45.226s Processing

Server:
a2nwvpweb085:64688
Worker:
cfddf0f6

+45.374s Processing

Server:
a2nwvpweb085:64688
Worker:
6a60dca1

+47.790s Processing

Server:
a2nwvpweb085:64688
Worker:
3d9fe45e

+23ms Processing

Server:
a2nwvpweb085:64688
Worker:
64df91fa

+1m 12.033s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 2 of 10: Could not allocate space for object 'HangFire.Job…

Enqueue at:
6/16/2026 3:03:38 AM

+45.244s Failed

Failed to change state to a 'Succeeded' one due to an exception after 10 retry attempts

System.Data.SqlClient.SqlException

Could not allocate space for object 'HangFire.Job'.'IX_HangFire_Job_StateName' in database 'lunyafilterapp_db' because the 'PRIMARY' filegroup is full due to lack of storage space or database files reaching the maximum allowed size. Note that UNLIMITED files are still limited to 16TB. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

System.Data.SqlClient.SqlException (0x80131904): Could not allocate space for object 'HangFire.Job'.'IX_HangFire_Job_StateName' in database 'lunyafilterapp_db' because the 'PRIMARY' filegroup is full due to lack of storage space or database files reaching the maximum allowed size. Note that UNLIMITED files are still limited to 16TB. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Hangfire.SqlServer.SqlCommandBatch.ExecuteNonQuery()
   at Hangfire.SqlServer.SqlServerWriteOnlyTransaction.<Commit>b__12_0(DbConnection connection, DbTransaction transaction)
   at Hangfire.SqlServer.SqlServerStorage.<>c__DisplayClass34_0.<UseTransaction>b__0(DbConnection connection, DbTransaction transaction)
   at Hangfire.SqlServer.SqlServerStorage.<>c__DisplayClass35_0`1.<UseTransaction>b__0(DbConnection connection)
   at Hangfire.SqlServer.SqlServerStorage.UseConnection[T](DbConnection dedicatedConnection, Func`2 func)
   at Hangfire.SqlServer.SqlServerStorage.UseTransaction[T](DbConnection dedicatedConnection, Func`3 func, Nullable`1 isolationLevel)
   at Hangfire.SqlServer.SqlServerStorage.UseTransaction(DbConnection dedicatedConnection, Action`2 action)
   at Hangfire.SqlServer.SqlServerWriteOnlyTransaction.Commit()
   at Hangfire.States.BackgroundJobStateChanger.ChangeState(StateChangeContext context)
   at Hangfire.Server.Worker.TryChangeState(BackgroundProcessContext context, IStorageConnection connection, IFetchedJob fetchedJob, IState state, String[] expectedStates, CancellationToken initializeToken, CancellationToken abortToken)

+46ms Processing

Server:
a2nwvpweb085:64688
Worker:
92728338

+44s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 1 of 10: Could not allocate space for object 'HangFire.Job…

Enqueue at:
6/16/2026 3:01:42 AM

+45.134s Failed

Failed to change state to a 'Succeeded' one due to an exception after 10 retry attempts

System.Data.SqlClient.SqlException

Could not allocate space for object 'HangFire.Job'.'IX_HangFire_Job_StateName' in database 'lunyafilterapp_db' because the 'PRIMARY' filegroup is full due to lack of storage space or database files reaching the maximum allowed size. Note that UNLIMITED files are still limited to 16TB. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

System.Data.SqlClient.SqlException (0x80131904): Could not allocate space for object 'HangFire.Job'.'IX_HangFire_Job_StateName' in database 'lunyafilterapp_db' because the 'PRIMARY' filegroup is full due to lack of storage space or database files reaching the maximum allowed size. Note that UNLIMITED files are still limited to 16TB. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Hangfire.SqlServer.SqlCommandBatch.ExecuteNonQuery()
   at Hangfire.SqlServer.SqlServerWriteOnlyTransaction.<Commit>b__12_0(DbConnection connection, DbTransaction transaction)
   at Hangfire.SqlServer.SqlServerStorage.<>c__DisplayClass34_0.<UseTransaction>b__0(DbConnection connection, DbTransaction transaction)
   at Hangfire.SqlServer.SqlServerStorage.<>c__DisplayClass35_0`1.<UseTransaction>b__0(DbConnection connection)
   at Hangfire.SqlServer.SqlServerStorage.UseConnection[T](DbConnection dedicatedConnection, Func`2 func)
   at Hangfire.SqlServer.SqlServerStorage.UseTransaction[T](DbConnection dedicatedConnection, Func`3 func, Nullable`1 isolationLevel)
   at Hangfire.SqlServer.SqlServerStorage.UseTransaction(DbConnection dedicatedConnection, Action`2 action)
   at Hangfire.SqlServer.SqlServerWriteOnlyTransaction.Commit()
   at Hangfire.States.BackgroundJobStateChanger.ChangeState(StateChangeContext context)
   at Hangfire.Server.Worker.TryChangeState(BackgroundProcessContext context, IStorageConnection connection, IFetchedJob fetchedJob, IState state, String[] expectedStates, CancellationToken initializeToken, CancellationToken abortToken)

+23ms Processing

Server:
a2nwvpweb085:64688
Worker:
1ff25e44

+ <1ms Enqueued

Triggered by recurring job scheduler

Queue:
default

6/16/2026 3:00:13 AM Created