IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #952879
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
1746988202

State

5/11/2025 11:03:09 PM (+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)

+16ms Processing

Server:
wn1mdwk000ger:10320
Worker:
f13e4622

+1h 51m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/11/2025 11:03:09 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)

+17ms Processing

Server:
wn1mdwk000ger:11052
Worker:
ab2c9a00
+26msOfflineTimeCommitTo3ECommandHandler - Started
+1.114sNo of records retrieved : 183
+2.408sProcessing #: 24313121 | FeeUserId - 6659 | Client # - 339156 | Study # - 0001
+2.415sStudy Found: #- 154192 | Timekeeper - 2 | Office - 17500
+2.422sProcessing #: 24316841 | FeeUserId - 6659 | Client # - 301741 | Study # - 0006
+2.428sStudy Found: #- 143583 | Timekeeper - 2 | Office - 18000
+2.433sProcessing #: 24316850 | FeeUserId - 6659 | Client # - 304539 | Study # - 0008
+2.440sStudy Found: #- 151451 | Timekeeper - 2 | Office - 12750
+2.445sProcessing #: 24316835 | FeeUserId - 6659 | Client # - 303963 | Study # - 0012
+2.451sStudy Found: #- 151345 | Timekeeper - 2 | Office - 12000
+2.457sProcessing #: 24316866 | FeeUserId - 6659 | Client # - 339161 | Study # - 0001
+2.462sStudy Found: #- 154214 | Timekeeper - 2 | Office - 13250
+2.468sProcessing #: 24321692 | FeeUserId - 6659 | Client # - 335753 | Study # - 0001
+2.475sStudy Found: #- 137676 | Timekeeper - 2 | Office - 14250
+2.481sProcessing #: 24325344 | FeeUserId - 6659 | Client # - 313632 | Study # - 0005
+2.488sStudy Found: #- 154254 | Timekeeper - 2 | Office - 10500
+2.494sProcessing #: 24157110 | FeeUserId - 4339 | Client # - 337489 | Study # - 0001
+2.500sStudy Found: #- 142804 | Timekeeper - 4844 | Office - 16750
+2.505sProcessing #: 24157251 | FeeUserId - 4339 | Client # - 013072 | Study # - 0005
+2.512sStudy Found: #- 111308 | Timekeeper - 4844 | Office - 20500

+1h 10m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/11/2025 9:11:46 PM

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

+17ms Processing

Server:
wn1mdwk000ger:10320
Worker:
94a441d6

+42m 46.313s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/11/2025 8:01:04 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)

+17ms Processing

Server:
wn0mdwk000ayr:10292
Worker:
cca321c7

+23m 58.646s 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/11/2025 7:18:23 PM

+2.143s 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:
c3bea2d4
+25msOfflineTimeCommitTo3ECommandHandler - Started
+897msNo of records retrieved : 183
+2.108sProcessing #: 24157231 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.114sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.119sProcessing #: 24157168 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.125sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+11m 27.250s 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/11/2025 6:54:26 PM

+3.100s 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
+31msOfflineTimeCommitTo3ECommandHandler - Started
+1.807sNo of records retrieved : 183
+3.062sProcessing #: 24158073 | FeeUserId - 3240 | Client # - 334822 | Study # - 0005
+3.069sStudy Found: #- 143912 | Timekeeper - 5260 | Office - 45145
+3.076sProcessing #: 24157190 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+3.081sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+6m 42.997s 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/11/2025 6:42:59 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)

+13ms Processing

Server:
wn1mdwk000ger:11052
Worker:
faf0754f
+25msOfflineTimeCommitTo3ECommandHandler - Started
+904msNo of records retrieved : 183
+2.130sProcessing #: 24157162 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.137sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+2m 12.730s 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/11/2025 6:36:11 PM

+2.316s 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:
df7cd3fb
+27msOfflineTimeCommitTo3ECommandHandler - Started
+964msNo of records retrieved : 183
+2.202sProcessing #: 24178026 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.209sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.215sProcessing #: 24243879 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+2.220sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+2.225sProcessing #: 24309985 | FeeUserId - 6659 | Client # - 320290 | Study # - 0010
+2.231sStudy Found: #- 151663 | Timekeeper - 2 | Office - 12000
+2.237sProcessing #: 24316833 | FeeUserId - 6659 | Client # - 322013 | Study # - 0004
+2.243sStudy Found: #- 143311 | Timekeeper - 2 | Office - 10750
+2.249sProcessing #: 24316836 | FeeUserId - 6659 | Client # - 338127 | Study # - 0002
+2.254sStudy Found: #- 146088 | Timekeeper - 2 | Office - 12000
+2.259sProcessing #: 24316853 | FeeUserId - 6659 | Client # - 014312 | Study # - 0014
+2.263sStudy Found: #- 145016 | Timekeeper - 2 | Office - 22000
+2.269sProcessing #: 24316859 | FeeUserId - 6659 | Client # - 304176 | Study # - 0006
+2.275sStudy Found: #- 147281 | Timekeeper - 2 | Office - 17750
+2.279sProcessing #: 24157115 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.286sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.291sProcessing #: 24157172 | FeeUserId - 4339 | Client # - 326106 | Study # - 0001
+2.297sStudy Found: #- 113353 | Timekeeper - 4844 | Office - 20500

+2m 11.997s 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/11/2025 6:33:46 PM

+3.044s 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:
wn0mdwk000ayr:8920
Worker:
9e106737
+16msOfflineTimeCommitTo3ECommandHandler - Started
+1.900sNo of records retrieved : 183
+3.012sProcessing #: 24178032 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+3.017sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+3.023sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+3.027sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+55.947s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/11/2025 6:31:41 PM

+4.093s 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:
wn1mdwk000ger:11052
Worker:
4fbb171b
+25msOfflineTimeCommitTo3ECommandHandler - Started
+1.883sNo of records retrieved : 183
+3.981sProcessing #: 24178051 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+3.988sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+3.994sProcessing #: 24316832 | FeeUserId - 6659 | Client # - 006953 | Study # - 0015
+4.003sStudy Found: #- 149772 | Timekeeper - 2 | Office - 15500
+4.008sProcessing #: 24316860 | FeeUserId - 6659 | Client # - 301788 | Study # - 0007
+4.014sStudy Found: #- 150229 | Timekeeper - 2 | Office - 18500
+4.019sProcessing #: 24316849 | FeeUserId - 6659 | Client # - 301179 | Study # - 0006
+4.026sStudy Found: #- 144830 | Timekeeper - 2 | Office - 13500
+4.031sProcessing #: 24316863 | FeeUserId - 6659 | Client # - 304453 | Study # - 0003
+4.037sStudy Found: #- 154179 | Timekeeper - 2 | Office - 20500
+4.043sProcessing #: 24321694 | FeeUserId - 6659 | Client # - 009298 | Study # - 0012
+4.049sStudy Found: #- 148550 | Timekeeper - 2 | Office - 17250
+4.054sProcessing #: 24325337 | FeeUserId - 6659 | Client # - 008128 | Study # - 0013
+4.059sStudy Found: #- 143696 | Timekeeper - 2 | Office - 22000
+4.066sProcessing #: 24157182 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+4.071sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+41.210s 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/11/2025 6:30:37 PM

+2.073s 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:
wn1mdwk000ger:11052
Worker:
25f1e241
+23msOfflineTimeCommitTo3ECommandHandler - Started
+844msNo of records retrieved : 183
+2.033sProcessing #: 24157231 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.037sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.044sProcessing #: 24157168 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.051sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+7ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/11/2025 6:30:02 PM Created