IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #965118
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
1747782001

State

5/21/2025 3:34:14 AM (+2.050s) 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)

+40ms Processing

Server:
wn0mdwk000dlb:6684
Worker:
fcc4312e
+20msOfflineTimeCommitTo3ECommandHandler - Started
+856msNo of records retrieved : 213
+2.025sProcessing #: 24178029 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.031sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.035sProcessing #: 24157182 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+2.039sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+1h 54m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/21/2025 3:34:10 AM

+2.693s 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:
wn0mdwk000d8i:7876
Worker:
65304882
+28msOfflineTimeCommitTo3ECommandHandler - Started
+1.420sNo of records retrieved : 213
+2.580sProcessing #: 24367297 | FeeUserId - 6659 | Client # - 304988 | Study # - 0007
+2.587sStudy Found: #- 149240 | Timekeeper - 2 | Office - 14000
+2.593sProcessing #: 24367282 | FeeUserId - 6659 | Client # - 301421 | Study # - 0007
+2.601sStudy Found: #- 146488 | Timekeeper - 2 | Office - 18500
+2.606sProcessing #: 24367290 | FeeUserId - 6659 | Client # - 303566 | Study # - 0007
+2.612sStudy Found: #- 147715 | Timekeeper - 2 | Office - 15000
+2.618sProcessing #: 24339147 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.623sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.628sProcessing #: 24365863 | FeeUserId - 6067 | Client # - 012505 | Study # - 0012
+2.634sStudy Found: #- 145137 | Timekeeper - 3771 | Office - 16000
+2.641sProcessing #: 24367255 | FeeUserId - 6659 | Client # - 337589 | Study # - 0001
+2.648sStudy Found: #- 143116 | Timekeeper - 2 | Office - 13000
+2.653sProcessing #: 24367289 | FeeUserId - 6659 | Client # - 301057 | Study # - 0007
+2.658sStudy Found: #- 147485 | Timekeeper - 2 | Office - 17750
+2.666sProcessing #: 24157168 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.673sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+1h 10m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/21/2025 1:39:50 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)

+24ms Processing

Server:
wn0mdwk000d8i:3432
Worker:
3e1e628c

+42m 51.806s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/21/2025 12:29:36 AM

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

+20ms Processing

Server:
wn0mdwk000dlb:3928
Worker:
3e5e7269

+24m 28.553s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/20/2025 11:46:44 PM

+2.187s 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:
wn1mdwk000it8:7580
Worker:
bfe24824
+35msOfflineTimeCommitTo3ECommandHandler - Started
+857msNo of records retrieved : 213
+2.146sProcessing #: 24243878 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+2.153sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+2.158sProcessing #: 24157184 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+2.165sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+12m 15.290s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/20/2025 11:22:12 PM

+60ms 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:
wn0mdwk000d8i:3432
Worker:
e32ef979

+4m 42.443s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/20/2025 11:10:00 PM

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

+26ms Processing

Server:
wn0mdwk000d8i:7876
Worker:
f65b667a
+29msOfflineTimeCommitTo3ECommandHandler - Started
+916msNo of records retrieved : 213
+2.479sProcessing #: 24339143 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.486sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.492sProcessing #: 24178051 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.503sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.509sProcessing #: 24367295 | FeeUserId - 6659 | Client # - 004802 | Study # - 0011
+2.513sStudy Found: #- 148938 | Timekeeper - 2 | Office - 11000
+2.520sProcessing #: 24367264 | FeeUserId - 6659 | Client # - 306960 | Study # - 0007
+2.527sStudy Found: #- 144371 | Timekeeper - 2 | Office - 19750
+2.532sProcessing #: 24367271 | FeeUserId - 6659 | Client # - 300936 | Study # - 0007
+2.537sStudy Found: #- 145037 | Timekeeper - 2 | Office - 15500
+2.543sProcessing #: 24367274 | FeeUserId - 6659 | Client # - 309803 | Study # - 0007
+2.549sStudy Found: #- 145220 | Timekeeper - 2 | Office - 19250
+2.555sProcessing #: 24367300 | FeeUserId - 6659 | Client # - 338407 | Study # - 0001
+2.561sStudy Found: #- 150705 | Timekeeper - 2 | Office - 11000
+2.567sProcessing #: 24365551 | FeeUserId - 4868 | Client # - 013345 | Study # - 0018
+2.573sStudy Found: #- 147619 | Timekeeper - 3018 | Office - 20500
+2.579sProcessing #: 24365670 | FeeUserId - 4868 | Client # - 012414 | Study # - 0011
+2.585sStudy Found: #- 147790 | Timekeeper - 3018 | Office - 10000
+2.590sProcessing #: 24365699 | FeeUserId - 4868 | Client # - 300321 | Study # - 0010
+2.596sStudy Found: #- 148355 | Timekeeper - 3018 | Office - 15500
+2.602sProcessing #: 24365751 | FeeUserId - 4868 | Client # - 312158 | Study # - 0006
+2.608sStudy Found: #- 148123 | Timekeeper - 3018 | Office - 20500
+2.613sProcessing #: 24339146 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.629sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.634sProcessing #: 24367259 | FeeUserId - 6659 | Client # - 305031 | Study # - 0006
+2.640sStudy Found: #- 143624 | Timekeeper - 2 | Office - 17750
+2.646sProcessing #: 24367292 | FeeUserId - 6659 | Client # - 010402 | Study # - 0011
+2.650sStudy Found: #- 148491 | Timekeeper - 2 | Office - 17750
+2.657sProcessing #: 24367249 | FeeUserId - 6659 | Client # - 339192 | Study # - 0001
+2.664sStudy Found: #- 154335 | Timekeeper - 2 | Office - 15500
+2.669sProcessing #: 24367261 | FeeUserId - 6659 | Client # - 319641 | Study # - 0002
+2.675sStudy Found: #- 143853 | Timekeeper - 2 | Office - 15750
+2.680sProcessing #: 24367263 | FeeUserId - 6659 | Client # - 331470 | Study # - 0003
+2.686sStudy Found: #- 144254 | Timekeeper - 2 | Office - 13000
+2.692sProcessing #: 24367301 | FeeUserId - 6659 | Client # - 014206 | Study # - 0013
+2.698sStudy Found: #- 151469 | Timekeeper - 2 | Office - 18500
+2.704sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+2.709sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+2m 27.124s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/20/2025 11:05:14 PM

+2.943s 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:7876
Worker:
4bb18452
+24msOfflineTimeCommitTo3ECommandHandler - Started
+1.548sNo of records retrieved : 213
+2.915sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.922sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+42.917s 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/20/2025 11:02:44 PM

+2.107s 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:
wn0mdwk000d8i:7876
Worker:
0fd1a88a
+25msOfflineTimeCommitTo3ECommandHandler - Started
+856msNo of records retrieved : 213
+2.065sProcessing #: 24365865 | FeeUserId - 6067 | Client # - 303062 | Study # - 0011
+2.072sStudy Found: #- 143615 | Timekeeper - 3771 | Office - 13250
+2.078sProcessing #: 24157182 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+2.084sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+1m 12.120s 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/20/2025 11:02:01 PM

+2.910s 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:
wn0mdwk000d8i:7876
Worker:
61787495
+21msOfflineTimeCommitTo3ECommandHandler - Started
+1.110sNo of records retrieved : 213
+2.871sProcessing #: 24365860 | FeeUserId - 6067 | Client # - 012505 | Study # - 0012
+2.878sStudy Found: #- 145137 | Timekeeper - 3771 | Office - 16000
+2.884sProcessing #: 24243862 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.890sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+43.287s 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/20/2025 11:00:39 PM

+2.530s 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:
wn0mdwk000dlb:6684
Worker:
350406e7
+16msOfflineTimeCommitTo3ECommandHandler - Started
+1.014sNo of records retrieved : 213
+2.508sProcessing #: 24243871 | FeeUserId - 7728 | Client # - 005235 | Study # - 0018
+2.512sStudy Found: #- 90279 | Timekeeper - 6674 | Office - 13250

+7ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/20/2025 11:00:01 PM Created