IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #954877
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
1747126811

State

5/13/2025 1:33:55 PM (+2.604s) 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:
175d04a7
+27msOfflineTimeCommitTo3ECommandHandler - Started
+998msNo of records retrieved : 203
+2.473sProcessing #: 24316837 | FeeUserId - 6659 | Client # - 302745 | Study # - 0007
+2.480sStudy Found: #- 143262 | Timekeeper - 2 | Office - 13500
+2.487sProcessing #: 24316843 | FeeUserId - 6659 | Client # - 305248 | Study # - 0007
+2.494sStudy Found: #- 146381 | Timekeeper - 2 | Office - 22000
+2.500sProcessing #: 24316846 | FeeUserId - 6659 | Client # - 004785 | Study # - 0010
+2.507sStudy Found: #- 146237 | Timekeeper - 2 | Office - 12000
+2.513sProcessing #: 24316844 | FeeUserId - 6659 | Client # - 303775 | Study # - 0007
+2.525sStudy Found: #- 145014 | Timekeeper - 2 | Office - 11000
+2.531sProcessing #: 24316865 | FeeUserId - 6659 | Client # - 339163 | Study # - 0001
+2.537sStudy Found: #- 154221 | Timekeeper - 2 | Office - 13500
+2.544sProcessing #: 24321697 | FeeUserId - 6659 | Client # - 338540 | Study # - 0004
+2.552sStudy Found: #- 154236 | Timekeeper - 2 | Office - 13750
+2.558sProcessing #: 24325342 | FeeUserId - 6659 | Client # - 013919 | Study # - 0009
+2.563sStudy Found: #- 147414 | Timekeeper - 2 | Office - 19750
+2.571sProcessing #: 24178026 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.578sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.584sProcessing #: 24243866 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.590sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+1h 53m 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/13/2025 1:33:47 PM

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

+17ms Processing

Server:
wn0mdwk000ayr:8920
Worker:
d2295a9d
+166msOfflineTimeCommitTo3ECommandHandler - Started
+1.078sNo of records retrieved : 203
+2.158sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.164sStudy Found: #- 5151 | 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/13/2025 11:40:42 AM

+53ms 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:
wn0mdwk000ayr:10292
Worker:
64817599

+41m 58.683s 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/13/2025 10:30:25 AM

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

+27ms Processing

Server:
wn1mdwk000ger:11052
Worker:
cc39b05f
+35msOfflineTimeCommitTo3ECommandHandler - Started
+1.038sNo of records retrieved : 198
+2.433sProcessing #: 24178032 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.439sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.447sProcessing #: 24316837 | FeeUserId - 6659 | Client # - 302745 | Study # - 0007
+2.454sStudy Found: #- 143262 | Timekeeper - 2 | Office - 13500
+2.459sProcessing #: 24316843 | FeeUserId - 6659 | Client # - 305248 | Study # - 0007
+2.465sStudy Found: #- 146381 | Timekeeper - 2 | Office - 22000
+2.470sProcessing #: 24316844 | FeeUserId - 6659 | Client # - 303775 | Study # - 0007
+2.476sStudy Found: #- 145014 | Timekeeper - 2 | Office - 11000
+2.481sProcessing #: 24316846 | FeeUserId - 6659 | Client # - 004785 | Study # - 0010
+2.487sStudy Found: #- 146237 | Timekeeper - 2 | Office - 12000
+2.492sProcessing #: 24316865 | FeeUserId - 6659 | Client # - 339163 | Study # - 0001
+2.499sStudy Found: #- 154221 | Timekeeper - 2 | Office - 13500
+2.504sProcessing #: 24321697 | FeeUserId - 6659 | Client # - 338540 | Study # - 0004
+2.509sStudy Found: #- 154236 | Timekeeper - 2 | Office - 13750
+2.524sProcessing #: 24243858 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.529sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+25m 28.447s 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/13/2025 9:48:16 AM

+2.376s 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:
wn0mdwk000ayr:8920
Worker:
b78b60a3
+19msOfflineTimeCommitTo3ECommandHandler - Started
+850msNo of records retrieved : 198
+2.273sProcessing #: 24316852 | FeeUserId - 6659 | Client # - 304096 | Study # - 0007
+2.279sStudy Found: #- 146276 | Timekeeper - 2 | Office - 11000
+2.283sProcessing #: 24316845 | FeeUserId - 6659 | Client # - 302594 | Study # - 0007
+2.287sStudy Found: #- 148004 | Timekeeper - 2 | Office - 11000
+2.293sProcessing #: 24316857 | FeeUserId - 6659 | Client # - 009676 | Study # - 0012
+2.298sStudy Found: #- 148503 | Timekeeper - 2 | Office - 11000
+2.306sProcessing #: 24316862 | FeeUserId - 6659 | Client # - 304794 | Study # - 0007
+2.310sStudy Found: #- 149250 | Timekeeper - 2 | Office - 10000
+2.315sProcessing #: 24321696 | FeeUserId - 6659 | Client # - 303425 | Study # - 0007
+2.320sStudy Found: #- 146354 | Timekeeper - 2 | Office - 20500
+2.325sProcessing #: 24325341 | FeeUserId - 6659 | Client # - 002981 | Study # - 0011
+2.330sStudy Found: #- 148992 | Timekeeper - 2 | Office - 13750
+2.334sProcessing #: 24330673 | FeeUserId - 6659 | Client # - 013963 | Study # - 0011
+2.339sStudy Found: #- 144501 | Timekeeper - 2 | Office - 17250
+2.343sProcessing #: 24157110 | FeeUserId - 4339 | Client # - 337489 | Study # - 0001
+2.348sStudy Found: #- 142804 | Timekeeper - 4844 | Office - 16750
+2.356sProcessing #: 24157251 | FeeUserId - 4339 | Client # - 013072 | Study # - 0005
+2.361sStudy Found: #- 111308 | Timekeeper - 4844 | Office - 20500

+10m 43.067s 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/13/2025 9:22:56 AM

+2.216s 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:
2e5bd793
+31msOfflineTimeCommitTo3ECommandHandler - Started
+952msNo of records retrieved : 198
+2.184sProcessing #: 24243871 | FeeUserId - 7728 | Client # - 005235 | Study # - 0018
+2.191sStudy Found: #- 90279 | Timekeeper - 6674 | Office - 13250

+6m 28.050s 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/13/2025 9:12:07 AM

+2.150s 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:
7d676c03
+25msOfflineTimeCommitTo3ECommandHandler - Started
+918msNo of records retrieved : 198
+2.120sProcessing #: 24157190 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.126sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+3m 13.113s 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/13/2025 9:05:39 AM

+1.987s 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
+31msOfflineTimeCommitTo3ECommandHandler - Started
+911msNo of records retrieved : 198
+1.957sProcessing #: 24243864 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+1.963sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+57.940s 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/13/2025 9:02:23 AM

+2.087s 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:
48afa240
+22msOfflineTimeCommitTo3ECommandHandler - Started
+817msNo of records retrieved : 198
+2.061sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+2.068sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+43.134s 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/13/2025 9:01:24 AM

+1.876s 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:
a44594fd
+24msOfflineTimeCommitTo3ECommandHandler - Started
+839msNo of records retrieved : 198
+1.842sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+1.848sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+30.660s 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/13/2025 9:00:43 AM

+2.333s 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:
wn1mdwk000go0:10368
Worker:
cfa0ba74
+22msOfflineTimeCommitTo3ECommandHandler - Started
+973msNo of records retrieved : 198
+2.275sProcessing #: 24178036 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+2.286sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+2.292sProcessing #: 24178053 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.298sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.304sProcessing #: 24243868 | FeeUserId - 7728 | Client # - 318803 | Study # - 0001
+2.310sStudy Found: #- 102158 | Timekeeper - 6674 | Office - 13500

+6ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/13/2025 9:00:11 AM Created