IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #958822
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
1747339211

State

5/16/2025 12:27:59 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)

+16ms Processing

Server:
wn1mdwk000ger:10320
Worker:
cab8ac41

+1h 49m 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 12:27:59 AM

+2.386s 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:
faf0754f
+23msOfflineTimeCommitTo3ECommandHandler - Started
+1.054sNo of records retrieved : 159
+2.254sProcessing #: 24339144 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.261sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.267sProcessing #: 24336191 | FeeUserId - 6659 | Client # - 013670 | Study # - 0009
+2.271sStudy Found: #- 146095 | Timekeeper - 2 | Office - 10500
+2.279sProcessing #: 24340650 | FeeUserId - 6659 | Client # - 000059 | Study # - 0014
+2.285sStudy Found: #- 145340 | Timekeeper - 2 | Office - 20500
+2.291sProcessing #: 24340641 | FeeUserId - 6659 | Client # - 008616 | Study # - 0017
+2.297sStudy Found: #- 151215 | Timekeeper - 2 | Office - 16000
+2.303sProcessing #: 24340652 | FeeUserId - 6659 | Client # - 338346 | Study # - 0001
+2.308sStudy Found: #- 150353 | Timekeeper - 2 | Office - 17750
+2.314sProcessing #: 24345827 | FeeUserId - 6659 | Client # - 013648 | Study # - 0016
+2.325sStudy Found: #- 144489 | Timekeeper - 2 | Office - 22000
+2.333sProcessing #: 24345840 | FeeUserId - 6659 | Client # - 304843 | Study # - 0008
+2.339sStudy Found: #- 144906 | Timekeeper - 2 | Office - 20500
+2.349sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.354sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.360sProcessing #: 24157166 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.366sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+1h 8m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/15/2025 10:37:58 PM

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

+24ms Processing

Server:
wn1mdwk000go0:10368
Worker:
2e5bd793
+31msOfflineTimeCommitTo3ECommandHandler - Started
+2.328sNo of records retrieved : 159
+3.916sProcessing #: 24243871 | FeeUserId - 7728 | Client # - 005235 | Study # - 0018
+3.923sStudy Found: #- 90279 | Timekeeper - 6674 | Office - 13250

+41m 42.143s 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/15/2025 9:29:09 PM

+4.127s 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:
e50c8616
+26msOfflineTimeCommitTo3ECommandHandler - Started
+1.866sNo of records retrieved : 159
+4.080sProcessing #: 24339146 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+4.087sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+4.092sProcessing #: 24178029 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+4.098sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+4.103sProcessing #: 24243866 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+4.109sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+23m 27.617s 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 8:47:24 PM

+3.170s 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:
2e5bd793
+31msOfflineTimeCommitTo3ECommandHandler - Started
+1.978sNo of records retrieved : 159
+3.138sProcessing #: 24157162 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+3.146sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+12m 28.003s 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/15/2025 8:24:00 PM

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

+14ms Processing

Server:
wn0mdwk000ayr:8920
Worker:
64a7c328
+19msOfflineTimeCommitTo3ECommandHandler - Started
+1.122sNo of records retrieved : 159
+2.295sProcessing #: 24157192 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.301sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+5m 11.813s 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 8:11:35 PM

+3.327s 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:
d926a955
+28msOfflineTimeCommitTo3ECommandHandler - Started
+1.796sNo of records retrieved : 159
+3.216sProcessing #: 24336188 | FeeUserId - 6659 | Client # - 004965 | Study # - 0013
+3.223sStudy Found: #- 148951 | Timekeeper - 2 | Office - 17750
+3.229sProcessing #: 24340651 | FeeUserId - 6659 | Client # - 319900 | Study # - 0005
+3.235sStudy Found: #- 145381 | Timekeeper - 2 | Office - 22000
+3.241sProcessing #: 24340654 | FeeUserId - 6659 | Client # - 306228 | Study # - 0009
+3.247sStudy Found: #- 144585 | Timekeeper - 2 | Office - 16000
+3.254sProcessing #: 24340644 | FeeUserId - 6659 | Client # - 013566 | Study # - 0010
+3.261sStudy Found: #- 144897 | Timekeeper - 2 | Office - 11000
+3.267sProcessing #: 24345830 | FeeUserId - 6659 | Client # - 314714 | Study # - 0004
+3.271sStudy Found: #- 145418 | Timekeeper - 2 | Office - 11000
+3.278sProcessing #: 24345839 | FeeUserId - 6659 | Client # - 302078 | Study # - 0014
+3.285sStudy Found: #- 151306 | Timekeeper - 2 | Office - 13250
+3.291sProcessing #: 24350027 | FeeUserId - 6659 | Client # - 316517 | Study # - 0003
+3.297sStudy Found: #- 104710 | Timekeeper - 2 | Office - 13000
+3.303sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+3.310sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+2m 12.850s 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/15/2025 8:06:12 PM

+2.190s 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:
ab2c9a00
+24msOfflineTimeCommitTo3ECommandHandler - Started
+932msNo of records retrieved : 159
+2.162sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.170sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+1m 57.957s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+30ms Scheduled

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

Enqueue at:
5/15/2025 8:04:03 PM

+2.077s 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:
63ce9d6d
+18msOfflineTimeCommitTo3ECommandHandler - Started
+933msNo of records retrieved : 159
+2.055sProcessing #: 24157162 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.061sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+1m 11.553s 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 8:02:04 PM

+3.484s 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:
7c5e6479
+18msOfflineTimeCommitTo3ECommandHandler - Started
+1.820sNo of records retrieved : 159
+3.373sProcessing #: 24336189 | FeeUserId - 6659 | Client # - 008222 | Study # - 0013
+3.378sStudy Found: #- 148680 | Timekeeper - 2 | Office - 13000
+3.383sProcessing #: 24340653 | FeeUserId - 6659 | Client # - 014245 | Study # - 0010
+3.388sStudy Found: #- 150524 | Timekeeper - 2 | Office - 16000
+3.393sProcessing #: 24340655 | FeeUserId - 6659 | Client # - 316343 | Study # - 0005
+3.399sStudy Found: #- 144670 | Timekeeper - 2 | Office - 20500
+3.403sProcessing #: 24340658 | FeeUserId - 6659 | Client # - 339173 | Study # - 0001
+3.409sStudy Found: #- 154266 | Timekeeper - 2 | Office - 13750
+3.416sProcessing #: 24345832 | FeeUserId - 6659 | Client # - 011688 | Study # - 0016
+3.421sStudy Found: #- 150385 | Timekeeper - 2 | Office - 15500
+3.428sProcessing #: 24345836 | FeeUserId - 6659 | Client # - 318874 | Study # - 0005
+3.433sStudy Found: #- 146633 | Timekeeper - 2 | Office - 15500
+3.439sProcessing #: 24350036 | FeeUserId - 6659 | Client # - 313299 | Study # - 0007
+3.444sStudy Found: #- 143944 | Timekeeper - 2 | Office - 20500
+3.449sProcessing #: 24157154 | FeeUserId - 4339 | Client # - 336869 | Study # - 0001
+3.455sStudy Found: #- 140510 | Timekeeper - 4844 | Office - 11000
+3.459sProcessing #: 24157176 | FeeUserId - 4339 | Client # - 311661 | Study # - 0001
+3.465sStudy Found: #- 86679 | Timekeeper - 4844 | Office - 20500

+37s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/15/2025 8:00:51 PM

+2.386s 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:
77281067
+24msOfflineTimeCommitTo3ECommandHandler - Started
+1.070sNo of records retrieved : 159
+2.346sProcessing #: 24243877 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+2.352sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+2.358sProcessing #: 24243860 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.365sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+7ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/15/2025 8:00:11 PM Created