IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #953118
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
1747013400

State

5/12/2025 6:04:54 AM (+2.180s) 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:
wn0mdwk000ayr:8920
Worker:
bd84ed0c
+20msOfflineTimeCommitTo3ECommandHandler - Started
+912msNo of records retrieved : 183
+2.094sProcessing #: 24313121 | FeeUserId - 6659 | Client # - 339156 | Study # - 0001
+2.101sStudy Found: #- 154192 | Timekeeper - 2 | Office - 17500
+2.105sProcessing #: 24316841 | FeeUserId - 6659 | Client # - 301741 | Study # - 0006
+2.110sStudy Found: #- 143583 | Timekeeper - 2 | Office - 18000
+2.114sProcessing #: 24316850 | FeeUserId - 6659 | Client # - 304539 | Study # - 0008
+2.119sStudy Found: #- 151451 | Timekeeper - 2 | Office - 12750
+2.123sProcessing #: 24316835 | FeeUserId - 6659 | Client # - 303963 | Study # - 0012
+2.126sStudy Found: #- 151345 | Timekeeper - 2 | Office - 12000
+2.130sProcessing #: 24316866 | FeeUserId - 6659 | Client # - 339161 | Study # - 0001
+2.136sStudy Found: #- 154214 | Timekeeper - 2 | Office - 13250
+2.142sProcessing #: 24321692 | FeeUserId - 6659 | Client # - 335753 | Study # - 0001
+2.146sStudy Found: #- 137676 | Timekeeper - 2 | Office - 14250
+2.150sProcessing #: 24325344 | FeeUserId - 6659 | Client # - 313632 | Study # - 0005
+2.156sStudy Found: #- 154254 | Timekeeper - 2 | Office - 10500
+2.161sProcessing #: 24157168 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.166sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+1h 53m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/12/2025 6:04:40 AM

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

+20ms Processing

Server:
wn1mdwk000go0:5716
Worker:
80e30329

+1h 12m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/12/2025 4:11:23 AM

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

+23ms Processing

Server:
wn1mdwk000go0:5716
Worker:
a4609fba

+40m 58.917s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/12/2025 2:59:13 AM

+2.344s 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:
wn1mdwk000ger:11052
Worker:
25f1e241
+32msOfflineTimeCommitTo3ECommandHandler - Started
+926msNo of records retrieved : 183
+2.219sProcessing #: 24309989 | FeeUserId - 6659 | Client # - 305775 | Study # - 0007
+2.226sStudy Found: #- 151442 | Timekeeper - 2 | Office - 13000
+2.232sProcessing #: 24316838 | FeeUserId - 6659 | Client # - 324782 | Study # - 0006
+2.238sStudy Found: #- 150108 | Timekeeper - 2 | Office - 15250
+2.244sProcessing #: 24316858 | FeeUserId - 6659 | Client # - 008008 | Study # - 0015
+2.251sStudy Found: #- 137239 | Timekeeper - 2 | Office - 11000
+2.257sProcessing #: 24316839 | FeeUserId - 6659 | Client # - 006432 | Study # - 0020
+2.263sStudy Found: #- 149438 | Timekeeper - 2 | Office - 12250
+2.269sProcessing #: 24316864 | FeeUserId - 6659 | Client # - 339155 | Study # - 0001
+2.275sStudy Found: #- 154188 | Timekeeper - 2 | Office - 16000
+2.281sProcessing #: 24321693 | FeeUserId - 6659 | Client # - 303791 | Study # - 0008
+2.287sStudy Found: #- 147306 | Timekeeper - 2 | Office - 16500
+2.293sProcessing #: 24325339 | FeeUserId - 6659 | Client # - 314763 | Study # - 0007
+2.299sStudy Found: #- 144352 | Timekeeper - 2 | Office - 22000
+2.305sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.311sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.317sProcessing #: 24157166 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.323sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+23m 43.123s 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/12/2025 2:18:15 AM

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

+24ms Processing

Server:
wn1mdwk000ger:11052
Worker:
43831723
+28msOfflineTimeCommitTo3ECommandHandler - Started
+1.530sNo of records retrieved : 183
+2.557sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+2.565sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+12m 42.366s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/12/2025 1:54:21 AM

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

+37ms Processing

Server:
wn1mdwk000go0:10368
Worker:
2cdb8d1d
+45msOfflineTimeCommitTo3ECommandHandler - Started
+1.572sNo of records retrieved : 183
+2.929sProcessing #: 24316852 | FeeUserId - 6659 | Client # - 304096 | Study # - 0007
+2.937sStudy Found: #- 146276 | Timekeeper - 2 | Office - 11000
+2.945sProcessing #: 24316845 | FeeUserId - 6659 | Client # - 302594 | Study # - 0007
+2.956sStudy Found: #- 148004 | Timekeeper - 2 | Office - 11000
+2.962sProcessing #: 24316857 | FeeUserId - 6659 | Client # - 009676 | Study # - 0012
+2.968sStudy Found: #- 148503 | Timekeeper - 2 | Office - 11000
+2.974sProcessing #: 24316862 | FeeUserId - 6659 | Client # - 304794 | Study # - 0007
+2.980sStudy Found: #- 149250 | Timekeeper - 2 | Office - 10000
+2.986sProcessing #: 24321696 | FeeUserId - 6659 | Client # - 303425 | Study # - 0007
+2.992sStudy Found: #- 146354 | Timekeeper - 2 | Office - 20500
+2.998sProcessing #: 24325341 | FeeUserId - 6659 | Client # - 002981 | Study # - 0011
+3.003sStudy Found: #- 148992 | Timekeeper - 2 | Office - 13750
+3.008sProcessing #: 24330673 | FeeUserId - 6659 | Client # - 013963 | Study # - 0011
+3.013sStudy Found: #- 144501 | Timekeeper - 2 | Office - 17250
+3.020sProcessing #: 24157138 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+3.025sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+3.031sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+3.037sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+5m 42.950s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/12/2025 1:41:32 AM

+2.200s 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:
wn1mdwk000ger:11052
Worker:
d926a955
+28msOfflineTimeCommitTo3ECommandHandler - Started
+931msNo of records retrieved : 183
+2.170sProcessing #: 24157162 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.179sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+2m 12.740s 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/12/2025 1:35:58 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)

+20ms Processing

Server:
wn1mdwk000ger:11052
Worker:
50a6070f
+27msOfflineTimeCommitTo3ECommandHandler - Started
+910msNo of records retrieved : 183
+2.171sProcessing #: 24178051 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.180sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.188sProcessing #: 24316847 | FeeUserId - 6659 | Client # - 302536 | Study # - 0009
+2.195sStudy Found: #- 146462 | Timekeeper - 2 | Office - 11250
+2.200sProcessing #: 24316861 | FeeUserId - 6659 | Client # - 310302 | Study # - 0011
+2.206sStudy Found: #- 147895 | Timekeeper - 2 | Office - 20250
+2.212sProcessing #: 24316834 | FeeUserId - 6659 | Client # - 005778 | Study # - 0011
+2.218sStudy Found: #- 143407 | Timekeeper - 2 | Office - 13250
+2.224sProcessing #: 24316855 | FeeUserId - 6659 | Client # - 014811 | Study # - 0008
+2.230sStudy Found: #- 146515 | Timekeeper - 2 | Office - 19000
+2.236sProcessing #: 24321691 | FeeUserId - 6659 | Client # - 300290 | Study # - 0008
+2.242sStudy Found: #- 143265 | Timekeeper - 2 | Office - 13250
+2.248sProcessing #: 24325343 | FeeUserId - 6659 | Client # - 332829 | Study # - 0004
+2.254sStudy Found: #- 146485 | Timekeeper - 2 | Office - 11000
+2.259sProcessing #: 24178030 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.265sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.270sProcessing #: 24243873 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.275sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+1m 57.167s 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/12/2025 1:33:41 AM

+2.897s 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:
wn1mdwk000ger:11052
Worker:
c802f356
+28msOfflineTimeCommitTo3ECommandHandler - Started
+1.407sNo of records retrieved : 183
+2.762sProcessing #: 24316860 | FeeUserId - 6659 | Client # - 301788 | Study # - 0007
+2.770sStudy Found: #- 150229 | Timekeeper - 2 | Office - 18500
+2.778sProcessing #: 24316832 | FeeUserId - 6659 | Client # - 006953 | Study # - 0015
+2.783sStudy Found: #- 149772 | Timekeeper - 2 | Office - 15500
+2.791sProcessing #: 24316863 | FeeUserId - 6659 | Client # - 304453 | Study # - 0003
+2.797sStudy Found: #- 154179 | Timekeeper - 2 | Office - 20500
+2.803sProcessing #: 24316849 | FeeUserId - 6659 | Client # - 301179 | Study # - 0006
+2.809sStudy Found: #- 144830 | Timekeeper - 2 | Office - 13500
+2.815sProcessing #: 24321694 | FeeUserId - 6659 | Client # - 009298 | Study # - 0012
+2.822sStudy Found: #- 148550 | Timekeeper - 2 | Office - 17250
+2.830sProcessing #: 24325337 | FeeUserId - 6659 | Client # - 008128 | Study # - 0013
+2.836sStudy Found: #- 143696 | Timekeeper - 2 | Office - 22000
+2.842sProcessing #: 24330677 | FeeUserId - 6659 | Client # - 312511 | Study # - 0007
+2.848sStudy Found: #- 154264 | Timekeeper - 2 | Office - 21500
+2.854sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.861sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.867sProcessing #: 24157174 | FeeUserId - 4339 | Client # - 326106 | Study # - 0001
+2.873sStudy Found: #- 113353 | Timekeeper - 4844 | Office - 20500

+57.850s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/12/2025 1:31:34 AM

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

+46ms Processing

Server:
wn1mdwk000go0:10368
Worker:
c3bea2d4
+56msOfflineTimeCommitTo3ECommandHandler - Started
+902msNo of records retrieved : 183
+2.126sProcessing #: 24178036 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+2.134sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+2.142sProcessing #: 24243864 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.146sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+41.404s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/12/2025 1:30:37 AM

+2.243s 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:
wn1mdwk000go0:10368
Worker:
228391fe
+26msOfflineTimeCommitTo3ECommandHandler - Started
+921msNo of records retrieved : 183
+2.203sProcessing #: 24178036 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+2.211sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+2.216sProcessing #: 24157182 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+2.221sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+10ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/12/2025 1:30:00 AM Created