IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #969364
using AG.A1.Scheduler.Billing.Contracts;

var offlineTimeCommitTo3ECommandHandler = Activate<IOfflineTimeCommitTo3ECommandHandler>();
await offlineTimeCommitTo3ECommandHandler.Run(null, null);

Parameters

CurrentCulture
"en-US"
CurrentUICulture
"en-US"
RecurringJobId
"TMS-Sync-Offline-TimeEntries-To-3E-Task"
RetryCount
10
Time
1748039412

State

5/24/2025 3:03:18 AM (+2.886s) Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+17ms Processing

Server:
wn1mdwk000it8:2628
Worker:
97cee41b
+31msOfflineTimeCommitTo3ECommandHandler - Started
+1.540sNo of records retrieved : 264
+2.795sProcessing #: 24339146 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.801sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.807sProcessing #: 24365603 | FeeUserId - 4868 | Client # - 301491 | Study # - 0006
+2.814sStudy Found: #- 134791 | Timekeeper - 3018 | Office - 15250
+2.819sProcessing #: 24365688 | FeeUserId - 4868 | Client # - 300724 | Study # - 0007
+2.825sStudy Found: #- 148141 | Timekeeper - 3018 | Office - 21250
+2.830sProcessing #: 24365695 | FeeUserId - 4868 | Client # - 338161 | Study # - 0001
+2.836sStudy Found: #- 146603 | Timekeeper - 3018 | Office - 13000
+2.842sProcessing #: 24365749 | FeeUserId - 4868 | Client # - 009574 | Study # - 0012
+2.848sStudy Found: #- 146700 | Timekeeper - 3018 | Office - 11000
+2.853sProcessing #: 24365772 | FeeUserId - 4868 | Client # - 304266 | Study # - 0005
+2.859sStudy Found: #- 133420 | Timekeeper - 3018 | Office - 14000
+2.864sProcessing #: 24243860 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.869sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+1h 52m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 10 of 10: A suitable constructor for type 'AG.A1.Scheduler.…

Enqueue at:
5/24/2025 3:03:14 AM

+40ms Failed

An exception occurred during processing of a background job.

System.InvalidOperationException

A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.

System.InvalidOperationException: A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
   at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContext context, IEnumerable`1 filters)
   at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.Worker.PerformJob(BackgroundProcessContext context, IStorageConnection connection, String jobId)

+17ms Processing

Server:
wn1mdwk000it8:10892
Worker:
6b9330bf

+1h 10m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 9 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/24/2025 1:10:30 AM

+2.300s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+13ms Processing

Server:
wn0mdwk000d8i:9172
Worker:
f02b15c2
+22msOfflineTimeCommitTo3ECommandHandler - Started
+1.068sNo of records retrieved : 264
+2.259sProcessing #: 24339143 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.271sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.275sProcessing #: 24243866 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.281sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+41m 29.254s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 8 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/23/2025 11:59:49 PM

+2.230s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+16ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
63326844
+17msOfflineTimeCommitTo3ECommandHandler - Started
+903msNo of records retrieved : 264
+2.154sProcessing #: 24365866 | FeeUserId - 6067 | Client # - 012505 | Study # - 0012
+2.161sStudy Found: #- 145137 | Timekeeper - 3771 | Office - 16000
+2.166sProcessing #: 24178053 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.170sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.175sProcessing #: 24367296 | FeeUserId - 6659 | Client # - 304903 | Study # - 0008
+2.179sStudy Found: #- 149223 | Timekeeper - 2 | Office - 18500
+2.183sProcessing #: 24367278 | FeeUserId - 6659 | Client # - 012243 | Study # - 0011
+2.189sStudy Found: #- 145387 | Timekeeper - 2 | Office - 19250
+2.193sProcessing #: 24367268 | FeeUserId - 6659 | Client # - 313244 | Study # - 0006
+2.198sStudy Found: #- 144733 | Timekeeper - 2 | Office - 11250
+2.202sProcessing #: 24367284 | FeeUserId - 6659 | Client # - 014461 | Study # - 0007
+2.206sStudy Found: #- 146715 | Timekeeper - 2 | Office - 13250
+2.210sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.214sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+23m 9.740s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

Retry attempt 7 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/23/2025 11:18:17 PM

+3.063s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+10ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
58060df2
+18msOfflineTimeCommitTo3ECommandHandler - Started
+1.657sNo of records retrieved : 264
+2.981sProcessing #: 24243878 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+2.985sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+2.989sProcessing #: 24365399 | FeeUserId - 4868 | Client # - 327801 | Study # - 0002
+2.993sStudy Found: #- 124178 | Timekeeper - 3018 | Office - 21250
+2.998sProcessing #: 24365650 | FeeUserId - 4868 | Client # - 304219 | Study # - 0008
+3.001sStudy Found: #- 150859 | Timekeeper - 3018 | Office - 18500
+3.005sProcessing #: 24365711 | FeeUserId - 4868 | Client # - 013587 | Study # - 0010
+3.009sStudy Found: #- 146746 | Timekeeper - 3018 | Office - 18000
+3.013sProcessing #: 24365758 | FeeUserId - 4868 | Client # - 301080 | Study # - 0007
+3.021sStudy Found: #- 147539 | Timekeeper - 3018 | Office - 11000
+3.027sProcessing #: 24365731 | FeeUserId - 4868 | Client # - 009836 | Study # - 0014
+3.031sStudy Found: #- 148499 | Timekeeper - 3018 | Office - 12250
+3.035sProcessing #: 24157146 | FeeUserId - 4339 | Client # - 336869 | Study # - 0001
+3.040sStudy Found: #- 140510 | Timekeeper - 4844 | Office - 11000
+3.044sProcessing #: 24157184 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+3.048sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+13m 15.997s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 6 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/23/2025 10:55:06 PM

+2.450s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+16ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
6fb9c22b
+19msOfflineTimeCommitTo3ECommandHandler - Started
+1.133sNo of records retrieved : 264
+2.430sProcessing #: 24243868 | FeeUserId - 7728 | Client # - 318803 | Study # - 0001
+2.435sStudy Found: #- 102158 | Timekeeper - 6674 | Office - 13500

+6m 144ms Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 5 of 10: A suitable constructor for type 'AG.A1.Scheduler.…

Enqueue at:
5/23/2025 10:41:38 PM

+30ms Failed

An exception occurred during processing of a background job.

System.InvalidOperationException

A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.

System.InvalidOperationException: A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
   at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContext context, IEnumerable`1 filters)
   at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.Worker.PerformJob(BackgroundProcessContext context, IStorageConnection connection, String jobId)

+16ms Processing

Server:
wn0mdwk000dlb:9464
Worker:
22950e7a

+1m 57.884s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 4 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/23/2025 10:35:42 PM

+2.163s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+20ms Processing

Server:
wn1mdwk000it8:2628
Worker:
7409f938
+24msOfflineTimeCommitTo3ECommandHandler - Started
+920msNo of records retrieved : 264
+2.068sProcessing #: 24178051 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.073sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.079sProcessing #: 24367295 | FeeUserId - 6659 | Client # - 004802 | Study # - 0011
+2.084sStudy Found: #- 148938 | Timekeeper - 2 | Office - 11000
+2.089sProcessing #: 24367274 | FeeUserId - 6659 | Client # - 309803 | Study # - 0007
+2.095sStudy Found: #- 145220 | Timekeeper - 2 | Office - 19250
+2.100sProcessing #: 24367271 | FeeUserId - 6659 | Client # - 300936 | Study # - 0007
+2.106sStudy Found: #- 145037 | Timekeeper - 2 | Office - 15500
+2.111sProcessing #: 24367264 | FeeUserId - 6659 | Client # - 306960 | Study # - 0007
+2.116sStudy Found: #- 144371 | Timekeeper - 2 | Office - 19750
+2.121sProcessing #: 24367300 | FeeUserId - 6659 | Client # - 338407 | Study # - 0001
+2.126sStudy Found: #- 150705 | Timekeeper - 2 | Office - 11000
+2.130sProcessing #: 24178033 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.137sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.142sProcessing #: 24243868 | FeeUserId - 7728 | Client # - 318803 | Study # - 0001
+2.146sStudy Found: #- 102158 | Timekeeper - 6674 | Office - 13500

+1m 42.090s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 3 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/23/2025 10:33:45 PM

+2.994s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+23ms Processing

Server:
wn1mdwk000it8:2628
Worker:
070c57ad
+22msOfflineTimeCommitTo3ECommandHandler - Started
+1.757sNo of records retrieved : 264
+2.948sProcessing #: 24339147 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.954sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.958sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.963sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.968sProcessing #: 24157174 | FeeUserId - 4339 | Client # - 326106 | Study # - 0001
+2.974sStudy Found: #- 113353 | Timekeeper - 4844 | Office - 20500

+1m 15.007s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 2 of 10: A suitable constructor for type 'AG.A1.Scheduler.…

Enqueue at:
5/23/2025 10:32:01 PM

+43ms Failed

An exception occurred during processing of a background job.

System.InvalidOperationException

A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.

System.InvalidOperationException: A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
   at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContext context, IEnumerable`1 filters)
   at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.Worker.PerformJob(BackgroundProcessContext context, IStorageConnection connection, String jobId)

+17ms Processing

Server:
wn1mdwk000it8:10892
Worker:
fa28828d

+33.553s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

Retry attempt 1 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/23/2025 10:30:40 PM

+2.120s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+13ms Processing

Server:
wn0mdwk000d8i:9172
Worker:
f26cf0af
+21msOfflineTimeCommitTo3ECommandHandler - Started
+863msNo of records retrieved : 264
+2.085sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+2.092sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+3ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/23/2025 10:30:12 PM Created