IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #64582
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
1695898802

State

9/28/2023 3:44:31 PM (+1m 28.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 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)

+30ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a41d126c
+38msOfflineTimeCommitTo3ECommandHandler - Started
+168msNo of records retrieved : 4
+504msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+511msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+518msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+524msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+532msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+539msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+546msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+553msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+560msSending to 3E: Started

+1h 52m 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:
9/28/2023 3:42:50 PM

+1m 29.140s 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)

+33ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a9b6f8de
+36msOfflineTimeCommitTo3ECommandHandler - Started
+640msNo of records retrieved : 4
+850msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+858msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+864msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+870msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+880msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+886msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+893msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+900msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+906msSending to 3E: Started

+1h 9m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
9/28/2023 1:48:44 PM

+86ms 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()

+41m 47.500s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+7ms Scheduled

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

Enqueue at:
9/28/2023 12:39:25 PM

+1m 29.430s 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)

+93ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
64c0aebc
+103msOfflineTimeCommitTo3ECommandHandler - Started
+874msNo of records retrieved : 4
+1.078sProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+1.091sStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+1.194sProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+1.201sStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+1.208sProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+1.214sStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+1.220sProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+1.226sStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+1.233sSending to 3E: Started

+25m 2.750s 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:
9/28/2023 11:56:17 AM

+1m 28.547s 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)

+17ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
9a72185c
+32msOfflineTimeCommitTo3ECommandHandler - Started
+148msNo of records retrieved : 4
+272msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+279msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+288msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+294msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+300msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+306msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+312msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+319msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+326msSending to 3E: Started

+11m 46.386s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
9/28/2023 11:29:48 AM

+1m 29.424s 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)

+23ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
af9760ea
+32msOfflineTimeCommitTo3ECommandHandler - Started
+860msNo of records retrieved : 4
+1.118sProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+1.125sStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+1.133sProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+1.139sStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+1.147sProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+1.154sStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+1.160sProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+1.167sStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+1.174sSending to 3E: Started

+6m 16.740s 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:
9/28/2023 11:16:32 AM

+1m 28.560s 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)

+34ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a41d126c
+40msOfflineTimeCommitTo3ECommandHandler - Started
+110msNo of records retrieved : 4
+233msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+240msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+247msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+254msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+260msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+266msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+272msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+278msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+283msSending to 3E: Started

+1m 45.010s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+60ms Scheduled

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

Enqueue at:
9/28/2023 11:08:46 AM

+46ms 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()

+1m 16.620s 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:
9/28/2023 11:06:58 AM

+1m 28.477s 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)

+17ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
af9760ea
+23msOfflineTimeCommitTo3ECommandHandler - Started
+62msNo of records retrieved : 4
+178msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+185msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+191msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+197msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+203msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+209msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+215msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+221msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+227msSending to 3E: Started

+31.450s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+6ms Scheduled

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

Enqueue at:
9/28/2023 11:04:03 AM

+1m 28.567s 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)

+80ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a41d126c
+98msOfflineTimeCommitTo3ECommandHandler - Started
+239msNo of records retrieved : 4
+361msProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+368msStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+375msProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+382msStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+387msProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+393msStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+400msProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+405msStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+410msSending to 3E: Started

+44.667s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+43ms Scheduled

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

Enqueue at:
9/28/2023 11:02:14 AM

+1m 30.240s 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)

+43ms Processing

Server:
dw1sdwk0006wl:4048
Worker:
a9b6f8de
+40msOfflineTimeCommitTo3ECommandHandler - Started
+1.754sNo of records retrieved : 4
+1.947sProcessing #: 18274181 | FeeUserId - 6659 | Client # - 304961 | Study # - 0005
+1.955sStudy Found: #- 126256 | Timekeeper - 2 | Office - 15250
+1.962sProcessing #: 18274182 | FeeUserId - 6659 | Client # - 310711 | Study # - 0004
+1.968sStudy Found: #- 126246 | Timekeeper - 2 | Office - 18500
+1.975sProcessing #: 18274183 | FeeUserId - 6659 | Client # - 331576 | Study # - 0002
+1.982sStudy Found: #- 126266 | Timekeeper - 2 | Office - 13000
+1.989sProcessing #: 18274184 | FeeUserId - 6659 | Client # - 331601 | Study # - 0001
+1.996sStudy Found: #- 126257 | Timekeeper - 2 | Office - 13750
+2.001sSending to 3E: Started

+10ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

9/28/2023 11:00:02 AM Created