HomeController.runFacebookMFSync

// Job ID: #676529
using LunyaFilterApp.Controllers;

var homeController = Activate<HomeController>();
homeController.runFacebookMFSync();
CurrentCulture
"en-US"
CurrentUICulture
"en-US"
RetryCount
10

State

12/12/2023 2:32:50 AM (+13m 6.014s) Failed

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

System.Data.SqlClient.SqlException

Could not allocate space for object 'HangFire.State'.'PK_HangFire_State' in database 'lunyafilterapp_db' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, 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.State'.'PK_HangFire_State' in database 'lunyafilterapp_db' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, 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)

+46.340s Processing

Server:
a2nwvpweb085:57192
Worker:
0638b9e6

+46.066s Processing

Server:
a2nwvpweb085:57192
Worker:
0638b9e6

+46.194s Processing

Server:
a2nwvpweb085:57192
Worker:
0a5943e5

+46.300s Processing

Server:
a2nwvpweb085:57192
Worker:
0a5943e5

+13ms Processing

Server:
a2nwvpweb085:57192
Worker:
0a5943e5

+1h 49m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 10 of 10: Value cannot be null. Parameter name: value

Enqueue at:
12/12/2023 2:16:37 AM

+123ms Failed

An exception occurred during performance of the job.

System.ArgumentNullException

Value cannot be null. Parameter name: value

System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value)
   at Tool.ShopifyAPI.GetNextPageData(List`1 prods, ShopifyAPIClient api, String apiURL, String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 324
   at Tool.ShopifyAPI.GetStoreProducts(String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 255
   at Tool.Utilities.updateFacebookMetafields() in F:\LunyaFilterAppWithHangfire\Tool\Utilities.cs:line 768
   at LunyaFilterApp.Controllers.HomeController.runFacebookMFSync() in F:\LunyaFilterAppWithHangfire\Controllers\HomeController.cs:line 123

+2m 25.490s Processing

Server:
a2nwvpweb085:57192
Worker:
0a240dfa

+1h 10m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 9 of 10: Value cannot be null. Parameter name: value

Enqueue at:
12/12/2023 12:24:29 AM

+126ms Failed

An exception occurred during performance of the job.

System.ArgumentNullException

Value cannot be null. Parameter name: value

System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value)
   at Tool.ShopifyAPI.GetNextPageData(List`1 prods, ShopifyAPIClient api, String apiURL, String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 324
   at Tool.ShopifyAPI.GetStoreProducts(String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 255
   at Tool.Utilities.updateFacebookMetafields() in F:\LunyaFilterAppWithHangfire\Tool\Utilities.cs:line 768
   at LunyaFilterApp.Controllers.HomeController.runFacebookMFSync() in F:\LunyaFilterAppWithHangfire\Controllers\HomeController.cs:line 123

+ <1ms Processing

Server:
a2nwvpweb085:57192
Worker:
afd2de1c

+43m 37.497s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 8 of 10: Value cannot be null. Parameter name: value

Enqueue at:
12/11/2023 11:14:08 PM

+110ms Failed

An exception occurred during performance of the job.

System.ArgumentNullException

Value cannot be null. Parameter name: value

System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value)
   at Tool.ShopifyAPI.GetNextPageData(List`1 prods, ShopifyAPIClient api, String apiURL, String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 324
   at Tool.ShopifyAPI.GetStoreProducts(String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 255
   at Tool.Utilities.updateFacebookMetafields() in F:\LunyaFilterAppWithHangfire\Tool\Utilities.cs:line 768
   at LunyaFilterApp.Controllers.HomeController.runFacebookMFSync() in F:\LunyaFilterAppWithHangfire\Controllers\HomeController.cs:line 123

+17ms Processing

Server:
a2nwvpweb085:57192
Worker:
9ebb27eb

+24m 54.400s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 7 of 10: Value cannot be null. Parameter name: value

Enqueue at:
12/11/2023 10:30:31 PM

+130ms Failed

An exception occurred during performance of the job.

System.ArgumentNullException

Value cannot be null. Parameter name: value

System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value)
   at Tool.ShopifyAPI.GetNextPageData(List`1 prods, ShopifyAPIClient api, String apiURL, String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 324
   at Tool.ShopifyAPI.GetStoreProducts(String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 255
   at Tool.Utilities.updateFacebookMetafields() in F:\LunyaFilterAppWithHangfire\Tool\Utilities.cs:line 768
   at LunyaFilterApp.Controllers.HomeController.runFacebookMFSync() in F:\LunyaFilterAppWithHangfire\Controllers\HomeController.cs:line 123

+ <1ms Processing

Server:
a2nwvpweb085:57192
Worker:
f6cf3515

+12m 30.263s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 6 of 10: Value cannot be null. Parameter name: value

Enqueue at:
12/11/2023 10:05:35 PM

+140ms Failed

An exception occurred during performance of the job.

System.ArgumentNullException

Value cannot be null. Parameter name: value

System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value)
   at Tool.ShopifyAPI.GetNextPageData(List`1 prods, ShopifyAPIClient api, String apiURL, String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 324
   at Tool.ShopifyAPI.GetStoreProducts(String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 255
   at Tool.Utilities.updateFacebookMetafields() in F:\LunyaFilterAppWithHangfire\Tool\Utilities.cs:line 768
   at LunyaFilterApp.Controllers.HomeController.runFacebookMFSync() in F:\LunyaFilterAppWithHangfire\Controllers\HomeController.cs:line 123

+ <1ms Processing

Server:
a2nwvpweb085:57192
Worker:
d3b78ffc

+6m 36.500s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 5 of 10: Value cannot be null. Parameter name: value

Enqueue at:
12/11/2023 9:53:07 PM

+123ms Failed

An exception occurred during performance of the job.

System.ArgumentNullException

Value cannot be null. Parameter name: value

System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value)
   at Tool.ShopifyAPI.GetNextPageData(List`1 prods, ShopifyAPIClient api, String apiURL, String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 324
   at Tool.ShopifyAPI.GetStoreProducts(String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 255
   at Tool.Utilities.updateFacebookMetafields() in F:\LunyaFilterAppWithHangfire\Tool\Utilities.cs:line 768
   at LunyaFilterApp.Controllers.HomeController.runFacebookMFSync() in F:\LunyaFilterAppWithHangfire\Controllers\HomeController.cs:line 123

+17ms Processing

Server:
a2nwvpweb085:57192
Worker:
09fd1f3f

+2m 53.570s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 4 of 10: Value cannot be null. Parameter name: value

Enqueue at:
12/11/2023 9:46:29 PM

+110ms Failed

An exception occurred during performance of the job.

System.ArgumentNullException

Value cannot be null. Parameter name: value

System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value)
   at Tool.ShopifyAPI.GetNextPageData(List`1 prods, ShopifyAPIClient api, String apiURL, String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 324
   at Tool.ShopifyAPI.GetStoreProducts(String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 255
   at Tool.Utilities.updateFacebookMetafields() in F:\LunyaFilterAppWithHangfire\Tool\Utilities.cs:line 768
   at LunyaFilterApp.Controllers.HomeController.runFacebookMFSync() in F:\LunyaFilterAppWithHangfire\Controllers\HomeController.cs:line 123

+30ms Processing

Server:
a2nwvpweb085:57192
Worker:
0a240dfa

+1m 44.897s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 3 of 10: Value cannot be null. Parameter name: value

Enqueue at:
12/11/2023 9:43:32 PM

+156ms Failed

An exception occurred during performance of the job.

System.ArgumentNullException

Value cannot be null. Parameter name: value

System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value)
   at Tool.ShopifyAPI.GetNextPageData(List`1 prods, ShopifyAPIClient api, String apiURL, String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 324
   at Tool.ShopifyAPI.GetStoreProducts(String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 255
   at Tool.Utilities.updateFacebookMetafields() in F:\LunyaFilterAppWithHangfire\Tool\Utilities.cs:line 768
   at LunyaFilterApp.Controllers.HomeController.runFacebookMFSync() in F:\LunyaFilterAppWithHangfire\Controllers\HomeController.cs:line 123

+ <1ms Processing

Server:
a2nwvpweb085:57192
Worker:
86c8c670

+21.287s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 2 of 10: Value cannot be null. Parameter name: value

Enqueue at:
12/11/2023 9:41:46 PM

+93ms Failed

An exception occurred during performance of the job.

System.ArgumentNullException

Value cannot be null. Parameter name: value

System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value)
   at Tool.ShopifyAPI.GetNextPageData(List`1 prods, ShopifyAPIClient api, String apiURL, String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 324
   at Tool.ShopifyAPI.GetStoreProducts(String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 255
   at Tool.Utilities.updateFacebookMetafields() in F:\LunyaFilterAppWithHangfire\Tool\Utilities.cs:line 768
   at LunyaFilterApp.Controllers.HomeController.runFacebookMFSync() in F:\LunyaFilterAppWithHangfire\Controllers\HomeController.cs:line 123

+17ms Processing

Server:
a2nwvpweb085:57192
Worker:
09fd1f3f

+40.460s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+17ms Scheduled

Retry attempt 1 of 10: Value cannot be null. Parameter name: value

Enqueue at:
12/11/2023 9:41:25 PM

+266ms Failed

An exception occurred during performance of the job.

System.ArgumentNullException

Value cannot be null. Parameter name: value

System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
   at Tool.ShopifyAPI.GetNextPageData(List`1 prods, ShopifyAPIClient api, String apiURL, String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 324
   at Tool.ShopifyAPI.GetStoreProducts(String nextPage) in F:\LunyaFilterAppWithHangfire\Tool\ShopifyAPI.cs:line 255
   at Tool.Utilities.updateFacebookMetafields() in F:\LunyaFilterAppWithHangfire\Tool\Utilities.cs:line 768
   at LunyaFilterApp.Controllers.HomeController.runFacebookMFSync() in F:\LunyaFilterAppWithHangfire\Controllers\HomeController.cs:line 123

+ <1ms Processing

Server:
a2nwvpweb085:57192
Worker:
94e8f403

+17ms Enqueued

Queue:
default

12/11/2023 9:40:49 PM Created