IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #954703
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
1747114205

State

5/13/2025 10:02:16 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:
wn1mdwk000ger:10320
Worker:
a8ad0a76

+1h 51m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/13/2025 10:02:13 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)

+20ms Processing

Server:
wn1mdwk000ger:10320
Worker:
bdf406b9

+1h 10m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/13/2025 8:10:44 AM

+36ms 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:
wn1mdwk000ger:10320
Worker:
d8cc51b5

+43m 59.230s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+6ms Scheduled

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

Enqueue at:
5/13/2025 7:00:17 AM

+2.084s 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:
25f1e241
+28msOfflineTimeCommitTo3ECommandHandler - Started
+919msNo of records retrieved : 198
+2.054sProcessing #: 24157188 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.062sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+22m 45.613s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/13/2025 6:16:11 AM

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

+27ms Processing

Server:
wn1mdwk000go0:5716
Worker:
80e30329

+11m 15.233s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/13/2025 5:53:26 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)

+74ms Processing

Server:
wn1mdwk000go0:5716
Worker:
dd98b8a2

+5m 57.393s 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 5:42:16 AM

+2.780s 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:
228391fe
+29msOfflineTimeCommitTo3ECommandHandler - Started
+1.368sNo of records retrieved : 198
+2.754sProcessing #: 24157188 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.761sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+2m 12.727s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+7ms Scheduled

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

Enqueue at:
5/13/2025 5:36:09 AM

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

+20ms Processing

Server:
wn0mdwk000ayr:8920
Worker:
199b235a
+23msOfflineTimeCommitTo3ECommandHandler - Started
+929msNo of records retrieved : 198
+2.172sProcessing #: 24316852 | FeeUserId - 6659 | Client # - 304096 | Study # - 0007
+2.177sStudy Found: #- 146276 | Timekeeper - 2 | Office - 11000
+2.182sProcessing #: 24316845 | FeeUserId - 6659 | Client # - 302594 | Study # - 0007
+2.188sStudy Found: #- 148004 | Timekeeper - 2 | Office - 11000
+2.193sProcessing #: 24316857 | FeeUserId - 6659 | Client # - 009676 | Study # - 0012
+2.198sStudy Found: #- 148503 | Timekeeper - 2 | Office - 11000
+2.203sProcessing #: 24316862 | FeeUserId - 6659 | Client # - 304794 | Study # - 0007
+2.208sStudy Found: #- 149250 | Timekeeper - 2 | Office - 10000
+2.213sProcessing #: 24321696 | FeeUserId - 6659 | Client # - 303425 | Study # - 0007
+2.219sStudy Found: #- 146354 | Timekeeper - 2 | Office - 20500
+2.224sProcessing #: 24325341 | FeeUserId - 6659 | Client # - 002981 | Study # - 0011
+2.229sStudy Found: #- 148992 | Timekeeper - 2 | Office - 13750
+2.236sProcessing #: 24330673 | FeeUserId - 6659 | Client # - 013963 | Study # - 0011
+2.241sStudy Found: #- 144501 | Timekeeper - 2 | Office - 17250
+2.246sProcessing #: 24178036 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+2.251sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+2.255sProcessing #: 24243880 | FeeUserId - 7088 | Client # - 316764 | Study # - 0003
+2.261sStudy Found: #- 140352 | Timekeeper - 5640 | Office - 18000
+2.265sProcessing #: 24330678 | FeeUserId - 6659 | Client # - 011308 | Study # - 0011
+2.270sStudy Found: #- 137383 | Timekeeper - 2 | Office - 20500
+2.275sProcessing #: 24333106 | FeeUserId - 6659 | Client # - 007713 | Study # - 0015
+2.279sStudy Found: #- 150179 | Timekeeper - 2 | Office - 15000
+2.285sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+2.290sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+1m 56.500s 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 5:33:54 AM

+3.580s 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:
b11ca6e5
+22msOfflineTimeCommitTo3ECommandHandler - Started
+1.734sNo of records retrieved : 198
+3.553sProcessing #: 24243871 | FeeUserId - 7728 | Client # - 005235 | Study # - 0018
+3.561sStudy Found: #- 90279 | Timekeeper - 6674 | Office - 13250

+1m 28.086s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/13/2025 5:31:53 AM

+1.946s 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:
e3174be9
+24msOfflineTimeCommitTo3ECommandHandler - Started
+834msNo of records retrieved : 198
+1.914sProcessing #: 24178035 | FeeUserId - 5332 | Client # - 309996 | Study # - 0002
+1.920sStudy Found: #- 105359 | Timekeeper - 6394 | Office - 18500
+1.926sProcessing #: 24243858 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+1.930sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+29.423s 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/13/2025 5:30:31 AM

+2.637s 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:
wn0mdwk000ayr:8920
Worker:
9b7d4d48
+23msOfflineTimeCommitTo3ECommandHandler - Started
+936msNo of records retrieved : 198
+2.404sProcessing #: 24178049 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.412sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.417sProcessing #: 24316845 | FeeUserId - 6659 | Client # - 302594 | Study # - 0007
+2.422sStudy Found: #- 148004 | Timekeeper - 2 | Office - 11000
+2.427sProcessing #: 24316852 | FeeUserId - 6659 | Client # - 304096 | Study # - 0007
+2.432sStudy Found: #- 146276 | Timekeeper - 2 | Office - 11000
+2.437sProcessing #: 24316857 | FeeUserId - 6659 | Client # - 009676 | Study # - 0012
+2.442sStudy Found: #- 148503 | Timekeeper - 2 | Office - 11000
+2.451sProcessing #: 24316862 | FeeUserId - 6659 | Client # - 304794 | Study # - 0007
+2.457sStudy Found: #- 149250 | Timekeeper - 2 | Office - 10000
+2.461sProcessing #: 24321696 | FeeUserId - 6659 | Client # - 303425 | Study # - 0007
+2.470sStudy Found: #- 146354 | Timekeeper - 2 | Office - 20500
+2.476sProcessing #: 24325341 | FeeUserId - 6659 | Client # - 002981 | Study # - 0011
+2.483sStudy Found: #- 148992 | Timekeeper - 2 | Office - 13750
+2.488sProcessing #: 24157115 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.493sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.498sProcessing #: 24330673 | FeeUserId - 6659 | Client # - 013963 | Study # - 0011
+2.503sStudy Found: #- 144501 | Timekeeper - 2 | Office - 17250
+2.509sProcessing #: 24330678 | FeeUserId - 6659 | Client # - 011308 | Study # - 0011
+2.515sStudy Found: #- 137383 | Timekeeper - 2 | Office - 20500
+2.519sProcessing #: 24333106 | FeeUserId - 6659 | Client # - 007713 | Study # - 0015
+2.524sStudy Found: #- 150179 | Timekeeper - 2 | Office - 15000
+2.531sProcessing #: 24333111 | FeeUserId - 6659 | Client # - 302687 | Study # - 0008
+2.536sStudy Found: #- 148118 | Timekeeper - 2 | Office - 21500
+2.541sProcessing #: 24178053 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.546sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.551sProcessing #: 24316832 | FeeUserId - 6659 | Client # - 006953 | Study # - 0015
+2.557sStudy Found: #- 149772 | Timekeeper - 2 | Office - 15500
+2.562sProcessing #: 24316860 | FeeUserId - 6659 | Client # - 301788 | Study # - 0007
+2.568sStudy Found: #- 150229 | Timekeeper - 2 | Office - 18500
+2.572sProcessing #: 24316849 | FeeUserId - 6659 | Client # - 301179 | Study # - 0006
+2.577sStudy Found: #- 144830 | Timekeeper - 2 | Office - 13500
+2.582sProcessing #: 24316863 | FeeUserId - 6659 | Client # - 304453 | Study # - 0003
+2.587sStudy Found: #- 154179 | Timekeeper - 2 | Office - 20500
+2.592sProcessing #: 24321694 | FeeUserId - 6659 | Client # - 009298 | Study # - 0012
+2.598sStudy Found: #- 148550 | Timekeeper - 2 | Office - 17250
+2.603sProcessing #: 24325337 | FeeUserId - 6659 | Client # - 008128 | Study # - 0013
+2.608sStudy Found: #- 143696 | Timekeeper - 2 | Office - 22000
+2.617sProcessing #: 24157180 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+2.622sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+7ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/13/2025 5:30:05 AM Created