IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #963795
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
1747701000

State

5/20/2025 5:02:40 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)

+30ms Processing

Server:
wn0mdwk000d8i:3432
Worker:
541b2780

+1h 51m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/20/2025 5:02:40 AM

+2.520s 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:
wn0mdwk000d8i:7876
Worker:
09d27b4e
+31msOfflineTimeCommitTo3ECommandHandler - Started
+986msNo of records retrieved : 258
+2.378sProcessing #: 24365603 | FeeUserId - 4868 | Client # - 301491 | Study # - 0006
+2.384sStudy Found: #- 134791 | Timekeeper - 3018 | Office - 15250
+2.391sProcessing #: 24365688 | FeeUserId - 4868 | Client # - 300724 | Study # - 0007
+2.398sStudy Found: #- 148141 | Timekeeper - 3018 | Office - 21250
+2.404sProcessing #: 24365695 | FeeUserId - 4868 | Client # - 338161 | Study # - 0001
+2.412sStudy Found: #- 146603 | Timekeeper - 3018 | Office - 13000
+2.424sProcessing #: 24365749 | FeeUserId - 4868 | Client # - 009574 | Study # - 0012
+2.439sStudy Found: #- 146700 | Timekeeper - 3018 | Office - 11000
+2.447sProcessing #: 24365772 | FeeUserId - 4868 | Client # - 304266 | Study # - 0005
+2.456sStudy Found: #- 133420 | Timekeeper - 3018 | Office - 14000
+2.463sProcessing #: 24365797 | FeeUserId - 4868 | Client # - 301961 | Study # - 0007
+2.469sStudy Found: #- 136768 | Timekeeper - 3018 | Office - 11000
+2.476sProcessing #: 24365830 | FeeUserId - 4868 | Client # - 304423 | Study # - 0006
+2.483sStudy Found: #- 149326 | Timekeeper - 3018 | Office - 10500
+2.490sProcessing #: 24157188 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.497sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+1h 12m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/20/2025 3:11:18 AM

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

+30ms Processing

Server:
wn0mdwk000d8i:3432
Worker:
359e1ceb

+41m 5.523s 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/20/2025 1:58:24 AM

+3.094s 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:
wn0mdwk000d8i:7876
Worker:
81fc7c34
+30msOfflineTimeCommitTo3ECommandHandler - Started
+1.341sNo of records retrieved : 540
+3.035sProcessing #: 24178035 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+3.050sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+3.055sProcessing #: 24243862 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+3.061sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+23m 21.543s 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 1:17:11 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:
wn0mdwk000d8i:7876
Worker:
9cdc0dba
+25msOfflineTimeCommitTo3ECommandHandler - Started
+986msNo of records retrieved : 189
+2.111sProcessing #: 24339146 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.116sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.122sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.128sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.134sProcessing #: 24157174 | FeeUserId - 4339 | Client # - 326106 | Study # - 0001
+2.138sStudy Found: #- 113353 | Timekeeper - 4844 | Office - 20500

+11m 50.194s 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/20/2025 12:53:49 AM

+2.276s 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:
wn0mdwk000d8i:7876
Worker:
0f33c223
+26msOfflineTimeCommitTo3ECommandHandler - Started
+1.107sNo of records retrieved : 189
+2.229sProcessing #: 24157192 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.235sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+6m 45.163s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/20/2025 12:41:57 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)

+17ms Processing

Server:
wn0mdwk000d8i:3432
Worker:
1a5bc4b9

+1m 50.210s 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 12:35:14 AM

+2.783s 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:
wn1mdwk000it8:7580
Worker:
b98a0718
+24msOfflineTimeCommitTo3ECommandHandler - Started
+1.287sNo of records retrieved : 189
+2.673sProcessing #: 24178030 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.680sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.687sProcessing #: 24336194 | FeeUserId - 6659 | Client # - 300970 | Study # - 0009
+2.693sStudy Found: #- 153461 | Timekeeper - 2 | Office - 13250
+2.699sProcessing #: 24340636 | FeeUserId - 6659 | Client # - 328087 | Study # - 0003
+2.704sStudy Found: #- 143263 | Timekeeper - 2 | Office - 12750
+2.710sProcessing #: 24340643 | FeeUserId - 6659 | Client # - 304665 | Study # - 0006
+2.716sStudy Found: #- 149256 | Timekeeper - 2 | Office - 15500
+2.722sProcessing #: 24345834 | FeeUserId - 6659 | Client # - 006343 | Study # - 0017
+2.727sStudy Found: #- 148940 | Timekeeper - 2 | Office - 15000
+2.733sProcessing #: 24345835 | FeeUserId - 6659 | Client # - 013501 | Study # - 0015
+2.739sStudy Found: #- 147246 | Timekeeper - 2 | Office - 16500
+2.745sProcessing #: 24350032 | FeeUserId - 6659 | Client # - 301904 | Study # - 0006
+2.750sStudy Found: #- 145272 | Timekeeper - 2 | Office - 15000
+2.755sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+2.762sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+1m 49.740s 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 12:33:22 AM

+2.373s 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:
wn0mdwk000d8i:7876
Worker:
772b8dd8
+21msOfflineTimeCommitTo3ECommandHandler - Started
+1.159sNo of records retrieved : 189
+2.319sProcessing #: 24178036 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+2.330sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+2.335sProcessing #: 24178053 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.341sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.346sProcessing #: 24243862 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.352sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+56.280s 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/20/2025 12:31:26 AM

+3.743s 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:
wn0mdwk000dlb:6684
Worker:
4473f4ae
+20msOfflineTimeCommitTo3ECommandHandler - Started
+1.680sNo of records retrieved : 189
+3.701sProcessing #: 24339144 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+3.708sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+3.712sProcessing #: 24157115 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+3.718sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+3.722sProcessing #: 24157172 | FeeUserId - 4339 | Client # - 326106 | Study # - 0001
+3.727sStudy Found: #- 113353 | Timekeeper - 4844 | Office - 20500

+28.377s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/20/2025 12:30:27 AM

+2.357s 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:
wn1mdwk000it8:7580
Worker:
bfe24824
+27msOfflineTimeCommitTo3ECommandHandler - Started
+951msNo of records retrieved : 189
+2.226sProcessing #: 24336191 | FeeUserId - 6659 | Client # - 013670 | Study # - 0009
+2.234sStudy Found: #- 146095 | Timekeeper - 2 | Office - 10500
+2.240sProcessing #: 24340641 | FeeUserId - 6659 | Client # - 008616 | Study # - 0017
+2.246sStudy Found: #- 151215 | Timekeeper - 2 | Office - 16000
+2.251sProcessing #: 24340650 | FeeUserId - 6659 | Client # - 000059 | Study # - 0014
+2.259sStudy Found: #- 145340 | Timekeeper - 2 | Office - 20500
+2.265sProcessing #: 24340652 | FeeUserId - 6659 | Client # - 338346 | Study # - 0001
+2.271sStudy Found: #- 150353 | Timekeeper - 2 | Office - 17750
+2.277sProcessing #: 24345827 | FeeUserId - 6659 | Client # - 013648 | Study # - 0016
+2.283sStudy Found: #- 144489 | Timekeeper - 2 | Office - 22000
+2.293sProcessing #: 24345840 | FeeUserId - 6659 | Client # - 304843 | Study # - 0008
+2.300sStudy Found: #- 144906 | Timekeeper - 2 | Office - 20500
+2.308sProcessing #: 24350083 | FeeUserId - 6659 | Client # - 301589 | Study # - 0008
+2.315sStudy Found: #- 154305 | Timekeeper - 2 | Office - 12000
+2.321sProcessing #: 24178030 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.327sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.334sProcessing #: 24243873 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.340sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+6ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/20/2025 12:30:00 AM Created