IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #962993
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
1747659604

State

5/19/2025 5:30:09 PM (+2.927s) 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:7580
Worker:
0b01226e
+26msOfflineTimeCommitTo3ECommandHandler - Started
+1.494sNo of records retrieved : 189
+2.821sProcessing #: 24339143 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.828sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.835sProcessing #: 24178036 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+2.841sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+2.846sProcessing #: 24336185 | FeeUserId - 6659 | Client # - 336963 | Study # - 0002
+2.852sStudy Found: #- 144261 | Timekeeper - 2 | Office - 22500
+2.858sProcessing #: 24340638 | FeeUserId - 6659 | Client # - 013952 | Study # - 0009
+2.864sStudy Found: #- 144491 | Timekeeper - 2 | Office - 15500
+2.869sProcessing #: 24340656 | FeeUserId - 6659 | Client # - 012566 | Study # - 0012
+2.875sStudy Found: #- 154145 | Timekeeper - 2 | Office - 17750
+2.880sProcessing #: 24345828 | FeeUserId - 6659 | Client # - 301370 | Study # - 0009
+2.886sStudy Found: #- 144871 | Timekeeper - 2 | Office - 14250
+2.892sProcessing #: 24345841 | FeeUserId - 6659 | Client # - 300493 | Study # - 0006
+2.898sStudy Found: #- 144991 | Timekeeper - 2 | Office - 15500
+2.904sProcessing #: 24157184 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+2.908sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+1h 50m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/19/2025 5:30:03 PM

+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)

+24ms Processing

Server:
wn0mdwk000d8i:3432
Worker:
1a5bc4b9

+1h 12m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/19/2025 3:39:46 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)

+13ms Processing

Server:
wn1mdwk000it8:5660
Worker:
e4a2f904

+40m 43.694s 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/19/2025 2:26:51 PM

+2.720s 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:
wn0mdwk000dlb:6684
Worker:
08ecc033
+23msOfflineTimeCommitTo3ECommandHandler - Started
+1.180sNo of records retrieved : 188
+2.634sProcessing #: 24336188 | FeeUserId - 6659 | Client # - 004965 | Study # - 0013
+2.640sStudy Found: #- 148951 | Timekeeper - 2 | Office - 17750
+2.645sProcessing #: 24340651 | FeeUserId - 6659 | Client # - 319900 | Study # - 0005
+2.652sStudy Found: #- 145381 | Timekeeper - 2 | Office - 22000
+2.656sProcessing #: 24340654 | FeeUserId - 6659 | Client # - 306228 | Study # - 0009
+2.661sStudy Found: #- 144585 | Timekeeper - 2 | Office - 16000
+2.665sProcessing #: 24340644 | FeeUserId - 6659 | Client # - 013566 | Study # - 0010
+2.669sStudy Found: #- 144897 | Timekeeper - 2 | Office - 11000
+2.674sProcessing #: 24345830 | FeeUserId - 6659 | Client # - 314714 | Study # - 0004
+2.678sStudy Found: #- 145418 | Timekeeper - 2 | Office - 11000
+2.683sProcessing #: 24345839 | FeeUserId - 6659 | Client # - 302078 | Study # - 0014
+2.688sStudy Found: #- 151306 | Timekeeper - 2 | Office - 13250
+2.692sProcessing #: 24350027 | FeeUserId - 6659 | Client # - 316517 | Study # - 0003
+2.699sStudy Found: #- 104710 | Timekeeper - 2 | Office - 13000
+2.703sProcessing #: 24243866 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.707sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+23m 28.663s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/19/2025 1:46:01 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)

+17ms Processing

Server:
wn0mdwk000d8i:7876
Worker:
c489678e
+25msOfflineTimeCommitTo3ECommandHandler - Started
+895msNo of records retrieved : 188
+2.089sProcessing #: 24157188 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.095sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+11m 27.940s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/19/2025 1:22:31 PM

+2.447s 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:
wn0mdwk000d8i:7876
Worker:
67793249
+31msOfflineTimeCommitTo3ECommandHandler - Started
+1.089sNo of records retrieved : 188
+2.378sProcessing #: 24339143 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.384sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.392sProcessing #: 24178036 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+2.396sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+2.402sProcessing #: 24243878 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+2.408sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+2.414sProcessing #: 24243868 | FeeUserId - 7728 | Client # - 318803 | Study # - 0001
+2.421sStudy Found: #- 102158 | Timekeeper - 6674 | Office - 13500

+6m 27.976s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/19/2025 1:11:00 PM

+2.223s 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:
wn0mdwk000dlb:6684
Worker:
b4650e9b
+20msOfflineTimeCommitTo3ECommandHandler - Started
+983msNo of records retrieved : 188
+2.195sProcessing #: 24339143 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.200sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.204sProcessing #: 24243866 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.208sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+2m 22.576s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/19/2025 1:04:34 PM

+2.406s 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:7580
Worker:
ac3ba8e7
+27msOfflineTimeCommitTo3ECommandHandler - Started
+860msNo of records retrieved : 188
+2.292sProcessing #: 24336188 | FeeUserId - 6659 | Client # - 004965 | Study # - 0013
+2.300sStudy Found: #- 148951 | Timekeeper - 2 | Office - 17750
+2.306sProcessing #: 24340651 | FeeUserId - 6659 | Client # - 319900 | Study # - 0005
+2.315sStudy Found: #- 145381 | Timekeeper - 2 | Office - 22000
+2.322sProcessing #: 24340654 | FeeUserId - 6659 | Client # - 306228 | Study # - 0009
+2.327sStudy Found: #- 144585 | Timekeeper - 2 | Office - 16000
+2.333sProcessing #: 24340644 | FeeUserId - 6659 | Client # - 013566 | Study # - 0010
+2.339sStudy Found: #- 144897 | Timekeeper - 2 | Office - 11000
+2.345sProcessing #: 24345830 | FeeUserId - 6659 | Client # - 314714 | Study # - 0004
+2.350sStudy Found: #- 145418 | Timekeeper - 2 | Office - 11000
+2.359sProcessing #: 24345839 | FeeUserId - 6659 | Client # - 302078 | Study # - 0014
+2.365sStudy Found: #- 151306 | Timekeeper - 2 | Office - 13250
+2.371sProcessing #: 24350027 | FeeUserId - 6659 | Client # - 316517 | Study # - 0003
+2.376sStudy Found: #- 104710 | Timekeeper - 2 | Office - 13000
+2.383sProcessing #: 24157184 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+2.388sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+32.637s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/19/2025 1:02:10 PM

+2.460s 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)

+7ms Processing

Server:
wn1mdwk000it8:7580
Worker:
2e164537
+24msOfflineTimeCommitTo3ECommandHandler - Started
+860msNo of records retrieved : 188
+2.213sProcessing #: 24336191 | FeeUserId - 6659 | Client # - 013670 | Study # - 0009
+2.222sStudy Found: #- 146095 | Timekeeper - 2 | Office - 10500
+2.228sProcessing #: 24340641 | FeeUserId - 6659 | Client # - 008616 | Study # - 0017
+2.236sStudy Found: #- 151215 | Timekeeper - 2 | Office - 16000
+2.241sProcessing #: 24340650 | FeeUserId - 6659 | Client # - 000059 | Study # - 0014
+2.247sStudy Found: #- 145340 | Timekeeper - 2 | Office - 20500
+2.251sProcessing #: 24340652 | FeeUserId - 6659 | Client # - 338346 | Study # - 0001
+2.258sStudy Found: #- 150353 | Timekeeper - 2 | Office - 17750
+2.263sProcessing #: 24345827 | FeeUserId - 6659 | Client # - 013648 | Study # - 0016
+2.269sStudy Found: #- 144489 | Timekeeper - 2 | Office - 22000
+2.275sProcessing #: 24345840 | FeeUserId - 6659 | Client # - 304843 | Study # - 0008
+2.281sStudy Found: #- 144906 | Timekeeper - 2 | Office - 20500
+2.286sProcessing #: 24350083 | FeeUserId - 6659 | Client # - 301589 | Study # - 0008
+2.292sStudy Found: #- 154305 | Timekeeper - 2 | Office - 12000
+2.298sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.304sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.312sProcessing #: 24178033 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.319sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.324sProcessing #: 24243876 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+2.330sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+2.337sProcessing #: 24350030 | FeeUserId - 6659 | Client # - 300232 | Study # - 0007
+2.343sStudy Found: #- 146885 | Timekeeper - 2 | Office - 15750
+2.352sProcessing #: 24339143 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.357sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.365sProcessing #: 24336189 | FeeUserId - 6659 | Client # - 008222 | Study # - 0013
+2.371sStudy Found: #- 148680 | Timekeeper - 2 | Office - 13000
+2.376sProcessing #: 24340655 | FeeUserId - 6659 | Client # - 316343 | Study # - 0005
+2.382sStudy Found: #- 144670 | Timekeeper - 2 | Office - 20500
+2.388sProcessing #: 24340653 | FeeUserId - 6659 | Client # - 014245 | Study # - 0010
+2.394sStudy Found: #- 150524 | Timekeeper - 2 | Office - 16000
+2.399sProcessing #: 24340658 | FeeUserId - 6659 | Client # - 339173 | Study # - 0001
+2.404sStudy Found: #- 154266 | Timekeeper - 2 | Office - 13750
+2.410sProcessing #: 24345832 | FeeUserId - 6659 | Client # - 011688 | Study # - 0016
+2.417sStudy Found: #- 150385 | Timekeeper - 2 | Office - 15500
+2.422sProcessing #: 24345836 | FeeUserId - 6659 | Client # - 318874 | Study # - 0005
+2.430sStudy Found: #- 146633 | Timekeeper - 2 | Office - 15500
+2.435sProcessing #: 24157180 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+2.440sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+52.756s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/19/2025 1:01:34 PM

+2.196s 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:7580
Worker:
d5223319
+26msOfflineTimeCommitTo3ECommandHandler - Started
+869msNo of records retrieved : 188
+2.142sProcessing #: 24339144 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.149sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.157sProcessing #: 24158065 | FeeUserId - 3240 | Client # - 334822 | Study # - 0005
+2.165sStudy Found: #- 143912 | Timekeeper - 5260 | Office - 45145
+2.171sProcessing #: 24243864 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.178sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+35.247s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/19/2025 1:00:41 PM

+2.527s 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:
wn1mdwk000it8:7580
Worker:
14ebb8f9
+25msOfflineTimeCommitTo3ECommandHandler - Started
+911msNo of records retrieved : 188
+2.271sProcessing #: 24178035 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+2.278sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+2.283sProcessing #: 24243877 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+2.289sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+2.299sProcessing #: 24339145 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.306sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.318sProcessing #: 24336189 | FeeUserId - 6659 | Client # - 008222 | Study # - 0013
+2.323sStudy Found: #- 148680 | Timekeeper - 2 | Office - 13000
+2.329sProcessing #: 24340653 | FeeUserId - 6659 | Client # - 014245 | Study # - 0010
+2.334sStudy Found: #- 150524 | Timekeeper - 2 | Office - 16000
+2.340sProcessing #: 24340655 | FeeUserId - 6659 | Client # - 316343 | Study # - 0005
+2.346sStudy Found: #- 144670 | Timekeeper - 2 | Office - 20500
+2.352sProcessing #: 24340658 | FeeUserId - 6659 | Client # - 339173 | Study # - 0001
+2.357sStudy Found: #- 154266 | Timekeeper - 2 | Office - 13750
+2.363sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.368sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.374sProcessing #: 24345832 | FeeUserId - 6659 | Client # - 011688 | Study # - 0016
+2.380sStudy Found: #- 150385 | Timekeeper - 2 | Office - 15500
+2.384sProcessing #: 24345836 | FeeUserId - 6659 | Client # - 318874 | Study # - 0005
+2.391sStudy Found: #- 146633 | Timekeeper - 2 | Office - 15500
+2.396sProcessing #: 24350033 | FeeUserId - 6659 | Client # - 338091 | Study # - 0002
+2.403sStudy Found: #- 145216 | Timekeeper - 2 | Office - 17750
+2.408sProcessing #: 24178026 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.415sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.423sProcessing #: 24243879 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+2.428sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+2.434sProcessing #: 24339147 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.441sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.447sProcessing #: 24336194 | FeeUserId - 6659 | Client # - 300970 | Study # - 0009
+2.455sStudy Found: #- 153461 | Timekeeper - 2 | Office - 13250
+2.461sProcessing #: 24340636 | FeeUserId - 6659 | Client # - 328087 | Study # - 0003
+2.466sStudy Found: #- 143263 | Timekeeper - 2 | Office - 12750
+2.472sProcessing #: 24340643 | FeeUserId - 6659 | Client # - 304665 | Study # - 0006
+2.478sStudy Found: #- 149256 | Timekeeper - 2 | Office - 15500
+2.484sProcessing #: 24345834 | FeeUserId - 6659 | Client # - 006343 | Study # - 0017
+2.490sStudy Found: #- 148940 | Timekeeper - 2 | Office - 15000
+2.496sProcessing #: 24157188 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.501sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+7ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/19/2025 1:00:04 PM Created