IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #64911
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
1695951011

State

9/29/2023 6:18:40 AM (+1m 29.847s) 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+77ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
af9760ea
+81msOfflineTimeCommitTo3ECommandHandler - Started
+1.339sNo of records retrieved : 4
+1.566sProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+1.573sStudy Not Found
+1.579sProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+1.589sStudy Not Found
+1.595sProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+1.601sStudy Not Found
+1.607sProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+1.613sStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+1.620sSending to 3E: Started

+1h 54m 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:
9/29/2023 6:17:01 AM

+1m 28.726s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+40ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a41d126c
+46msOfflineTimeCommitTo3ECommandHandler - Started
+259msNo of records retrieved : 4
+441msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+448msStudy Not Found
+454msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+461msStudy Not Found
+467msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+473msStudy Not Found
+479msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+484msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+490msSending to 3E: Started

+1h 9m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+67ms Scheduled

Retry attempt 9 of 10: Could not load file or assembly 'AG.A1.Scheduler.…

Enqueue at:
9/29/2023 4:21:18 AM

+87ms Failed

Can not change the state to 'Processing': target method was not found.

System.IO.FileNotFoundException

Could not load file or assembly 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'
   at System.Reflection.RuntimeAssembly.InternalLoad(ObjectHandleOnStack assemblyName, ObjectHandleOnStack requestingAssembly, StackCrawlMarkHandle stackMark, Boolean throwOnFileNotFound, ObjectHandleOnStack assemblyLoadContext, ObjectHandleOnStack retAssembly)
   at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
   at Hangfire.Common.TypeHelper.AssemblyResolver(String assemblyString)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at System.TypeNameParser.ResolveAssembly(String asmName, Func`2 assemblyResolver, Boolean throwOnError, StackCrawlMark& stackMark)
   at System.TypeNameParser.ConstructType(Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError, Boolean ignoreCase, StackCrawlMark& stackMark)
   at System.TypeNameParser.GetType(String typeName, Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError, Boolean ignoreCase, StackCrawlMark& stackMark)
   at System.Type.GetType(String typeName, Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError)
   at Hangfire.Common.TypeHelper.DefaultTypeResolver(String typeName)
   at Hangfire.Storage.InvocationData.DeserializeJob()

+43m 36.213s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+43ms Scheduled

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

Enqueue at:
9/29/2023 3:12:02 AM

+1m 29.590s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+44ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a41d126c
+54msOfflineTimeCommitTo3ECommandHandler - Started
+1.179sNo of records retrieved : 4
+1.349sProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+1.356sStudy Not Found
+1.362sProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+1.368sStudy Not Found
+1.374sProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+1.383sStudy Not Found
+1.389sProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+1.396sStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+1.404sSending to 3E: Started

+24m 19.663s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+27ms Scheduled

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

Enqueue at:
9/29/2023 2:26:55 AM

+1m 28.536s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+47ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
af9760ea
+54msOfflineTimeCommitTo3ECommandHandler - Started
+157msNo of records retrieved : 4
+274msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+285msStudy Not Found
+293msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+301msStudy Not Found
+308msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+314msStudy Not Found
+321msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+327msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+336msSending to 3E: Started

+13m 17.750s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+27ms Scheduled

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

Enqueue at:
9/29/2023 2:01:06 AM

+1m 28.950s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+36ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a41d126c
+56msOfflineTimeCommitTo3ECommandHandler - Started
+396msNo of records retrieved : 4
+603msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+610msStudy Not Found
+619msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+629msStudy Not Found
+639msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+658msStudy Not Found
+667msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+676msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+683msSending to 3E: Started

+6m 16.747s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+30ms Scheduled

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

Enqueue at:
9/29/2023 1:46:15 AM

+1m 29.370s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+83ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
9a72185c
+84msOfflineTimeCommitTo3ECommandHandler - Started
+935msNo of records retrieved : 4
+1.195sProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+1.204sStudy Not Found
+1.211sProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+1.220sStudy Not Found
+1.226sProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+1.233sStudy Not Found
+1.239sProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+1.245sStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+1.250sSending to 3E: Started

+1m 46.777s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+57ms Scheduled

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

Enqueue at:
9/29/2023 1:38:28 AM

+1m 28.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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+20ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a9b6f8de
+54msOfflineTimeCommitTo3ECommandHandler - Started
+270msNo of records retrieved : 4
+433msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+440msStudy Not Found
+446msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+452msStudy Not Found
+458msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+465msStudy Not Found
+472msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+478msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+485msSending to 3E: Started

+31.343s 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:
9/29/2023 1:35:19 AM

+1m 28.867s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+103ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
af9760ea
+60msOfflineTimeCommitTo3ECommandHandler - Started
+484msNo of records retrieved : 4
+612msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+619msStudy Not Found
+625msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+631msStudy Not Found
+637msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+643msStudy Not Found
+649msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+655msStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+662msSending to 3E: Started

+1m 15.184s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 2 of 10: Could not load file or assembly 'AG.A1.Scheduler.…

Enqueue at:
9/29/2023 1:33:14 AM

+30ms Failed

Can not change the state to 'Processing': target method was not found.

System.IO.FileNotFoundException

Could not load file or assembly 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'AG.A1.Scheduler.Billing.Contracts, Culture=neutral, PublicKeyToken=null'
   at System.Reflection.RuntimeAssembly.InternalLoad(ObjectHandleOnStack assemblyName, ObjectHandleOnStack requestingAssembly, StackCrawlMarkHandle stackMark, Boolean throwOnFileNotFound, ObjectHandleOnStack assemblyLoadContext, ObjectHandleOnStack retAssembly)
   at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
   at Hangfire.Common.TypeHelper.AssemblyResolver(String assemblyString)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at System.TypeNameParser.ResolveAssembly(String asmName, Func`2 assemblyResolver, Boolean throwOnError, StackCrawlMark& stackMark)
   at System.TypeNameParser.ConstructType(Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError, Boolean ignoreCase, StackCrawlMark& stackMark)
   at System.TypeNameParser.GetType(String typeName, Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError, Boolean ignoreCase, StackCrawlMark& stackMark)
   at System.Type.GetType(String typeName, Func`2 assemblyResolver, Func`4 typeResolver, Boolean throwOnError)
   at Hangfire.Common.TypeHelper.DefaultTypeResolver(String typeName)
   at Hangfire.Storage.InvocationData.DeserializeJob()

+21.860s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+27ms Scheduled

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

Enqueue at:
9/29/2023 1:31:57 AM

+1m 30.660s 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 306
   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 69
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+60ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
64c0aebc
+285msOfflineTimeCommitTo3ECommandHandler - Started
+2.214sNo of records retrieved : 4
+2.382sProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+2.391sStudy Not Found
+2.400sProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+2.408sStudy Not Found
+2.416sProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+2.425sStudy Not Found
+2.431sProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+2.437sStudy Found: #- 126257 | Timekeeper - 2 | Office - 11000
+2.448sSending to 3E: Started

+10ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

9/29/2023 1:30:11 AM Created