IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #958895
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
1747342813

State

5/16/2025 1:35:33 AM (+2.157s) 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:
ab2c9a00
+28msOfflineTimeCommitTo3ECommandHandler - Started
+937msNo of records retrieved : 159
+2.037sProcessing #: 24178032 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.044sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.050sProcessing #: 24336195 | FeeUserId - 6659 | Client # - 013736 | Study # - 0010
+2.056sStudy Found: #- 143743 | Timekeeper - 2 | Office - 20000
+2.062sProcessing #: 24340648 | FeeUserId - 6659 | Client # - 302152 | Study # - 0007
+2.068sStudy Found: #- 146632 | Timekeeper - 2 | Office - 15500
+2.074sProcessing #: 24340640 | FeeUserId - 6659 | Client # - 009061 | Study # - 0026
+2.081sStudy Found: #- 151098 | Timekeeper - 2 | Office - 20250
+2.086sProcessing #: 24345829 | FeeUserId - 6659 | Client # - 000626 | Study # - 0013
+2.092sStudy Found: #- 144633 | Timekeeper - 2 | Office - 11000
+2.097sProcessing #: 24345833 | FeeUserId - 6659 | Client # - 005504 | Study # - 0017
+2.103sStudy Found: #- 148919 | Timekeeper - 2 | Office - 19250
+2.110sProcessing #: 24350028 | FeeUserId - 6659 | Client # - 320527 | Study # - 0001
+2.115sStudy Found: #- 104762 | Timekeeper - 2 | Office - 11000
+2.120sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.126sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.130sProcessing #: 24157166 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.141sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+1h 53m 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/16/2025 1:35:26 AM

+2.086s 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
+25msOfflineTimeCommitTo3ECommandHandler - Started
+985msNo of records retrieved : 159
+2.052sProcessing #: 24243862 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.062sStudy Found: #- 82862 | Timekeeper - 6674 | 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/15/2025 11:41:44 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)

+20ms Processing

Server:
wn1mdwk000ger:10320
Worker:
8e5a9b79

+42m 14.200s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/15/2025 10:31:19 PM

+2.123s 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:
wn1mdwk000go0:10368
Worker:
7e6f2281
+29msOfflineTimeCommitTo3ECommandHandler - Started
+1.002sNo of records retrieved : 159
+2.081sProcessing #: 24178033 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.090sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.096sProcessing #: 24243871 | FeeUserId - 7728 | Client # - 005235 | Study # - 0018
+2.102sStudy Found: #- 90279 | Timekeeper - 6674 | Office - 13250

+23m 39.624s 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/15/2025 9:49:05 PM

+6.160s 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:
wn1mdwk000go0:10368
Worker:
a6ebefa6
+26msOfflineTimeCommitTo3ECommandHandler - Started
+2.904sNo of records retrieved : 159
+6.126sProcessing #: 24243866 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+6.133sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+12m 57.584s 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/15/2025 9:25:18 PM

+2.787s 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:
cc39b05f
+30msOfflineTimeCommitTo3ECommandHandler - Started
+1.326sNo of records retrieved : 159
+2.670sProcessing #: 24336191 | FeeUserId - 6659 | Client # - 013670 | Study # - 0009
+2.677sStudy Found: #- 146095 | Timekeeper - 2 | Office - 10500
+2.684sProcessing #: 24340641 | FeeUserId - 6659 | Client # - 008616 | Study # - 0017
+2.690sStudy Found: #- 151215 | Timekeeper - 2 | Office - 16000
+2.697sProcessing #: 24340650 | FeeUserId - 6659 | Client # - 000059 | Study # - 0014
+2.704sStudy Found: #- 145340 | Timekeeper - 2 | Office - 20500
+2.712sProcessing #: 24340652 | FeeUserId - 6659 | Client # - 338346 | Study # - 0001
+2.717sStudy Found: #- 150353 | Timekeeper - 2 | Office - 17750
+2.724sProcessing #: 24345827 | FeeUserId - 6659 | Client # - 013648 | Study # - 0016
+2.731sStudy Found: #- 144489 | Timekeeper - 2 | Office - 22000
+2.739sProcessing #: 24345840 | FeeUserId - 6659 | Client # - 304843 | Study # - 0008
+2.745sStudy Found: #- 144906 | Timekeeper - 2 | Office - 20500
+2.750sProcessing #: 24350083 | FeeUserId - 6659 | Client # - 301589 | Study # - 0008
+2.757sStudy Found: #- 154305 | Timekeeper - 2 | Office - 12000
+2.762sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.769sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+4m 57.803s 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/15/2025 9:12:16 PM

+2.337s 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:
wn1mdwk000go0:10368
Worker:
7e6f2281
+25msOfflineTimeCommitTo3ECommandHandler - Started
+1.123sNo of records retrieved : 159
+2.310sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+2.317sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+3m 10.990s 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/15/2025 9:07:11 PM

+4.110s 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:
e115dce4
+26msOfflineTimeCommitTo3ECommandHandler - Started
+1.722sNo of records retrieved : 159
+3.689sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+3.696sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+2m 11.400s 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/15/2025 9:03:54 PM

+3.647s 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:
wn0mdwk000ayr:8920
Worker:
f65b1e52
+20msOfflineTimeCommitTo3ECommandHandler - Started
+1.485sNo of records retrieved : 159
+3.536sProcessing #: 24336191 | FeeUserId - 6659 | Client # - 013670 | Study # - 0009
+3.544sStudy Found: #- 146095 | Timekeeper - 2 | Office - 10500
+3.553sProcessing #: 24340641 | FeeUserId - 6659 | Client # - 008616 | Study # - 0017
+3.559sStudy Found: #- 151215 | Timekeeper - 2 | Office - 16000
+3.564sProcessing #: 24340650 | FeeUserId - 6659 | Client # - 000059 | Study # - 0014
+3.580sStudy Found: #- 145340 | Timekeeper - 2 | Office - 20500
+3.584sProcessing #: 24340652 | FeeUserId - 6659 | Client # - 338346 | Study # - 0001
+3.589sStudy Found: #- 150353 | Timekeeper - 2 | Office - 17750
+3.596sProcessing #: 24345827 | FeeUserId - 6659 | Client # - 013648 | Study # - 0016
+3.603sStudy Found: #- 144489 | Timekeeper - 2 | Office - 22000
+3.608sProcessing #: 24345840 | FeeUserId - 6659 | Client # - 304843 | Study # - 0008
+3.613sStudy Found: #- 144906 | Timekeeper - 2 | Office - 20500
+3.618sProcessing #: 24350083 | FeeUserId - 6659 | Client # - 301589 | Study # - 0008
+3.624sStudy Found: #- 154305 | Timekeeper - 2 | Office - 12000
+3.629sProcessing #: 24157168 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+3.634sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+42.387s 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/15/2025 9:01:46 PM

+2.640s 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:
77281067
+22msOfflineTimeCommitTo3ECommandHandler - Started
+1.492sNo of records retrieved : 159
+2.561sProcessing #: 24178026 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.568sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.577sProcessing #: 24158073 | FeeUserId - 3240 | Client # - 334822 | Study # - 0005
+2.584sStudy Found: #- 143912 | Timekeeper - 5260 | Office - 45145
+2.590sProcessing #: 24339143 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.596sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.602sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.608sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.614sProcessing #: 24243869 | FeeUserId - 7728 | Client # - 318803 | Study # - 0002
+2.621sStudy Found: #- 102159 | Timekeeper - 6674 | Office - 13500

+52.043s 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/15/2025 9:00:56 PM

+2.497s 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:
wn1mdwk000ger:11052
Worker:
faf0754f
+38msOfflineTimeCommitTo3ECommandHandler - Started
+1.141sNo of records retrieved : 159
+2.434sProcessing #: 24178030 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.441sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.447sProcessing #: 24178051 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.454sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.459sProcessing #: 24243876 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+2.465sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+2.471sProcessing #: 24157184 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+2.477sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+7ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/15/2025 9:00:13 PM Created