IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #966292
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
1747861208

State

5/22/2025 1:28:43 AM (+2.163s) 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:
e7ef6ad7
+24msOfflineTimeCommitTo3ECommandHandler - Started
+890msNo of records retrieved : 232
+2.138sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+2.145sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+1h 50m 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/22/2025 1:28:40 AM

+2.367s 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:
wn0mdwk000dlb:6684
Worker:
d937bb28
+21msOfflineTimeCommitTo3ECommandHandler - Started
+932msNo of records retrieved : 232
+2.289sProcessing #: 24367281 | FeeUserId - 6659 | Client # - 009097 | Study # - 0011
+2.294sStudy Found: #- 146378 | Timekeeper - 2 | Office - 13750
+2.298sProcessing #: 24367280 | FeeUserId - 6659 | Client # - 014894 | Study # - 0009
+2.303sStudy Found: #- 146068 | Timekeeper - 2 | Office - 10000
+2.306sProcessing #: 24367294 | FeeUserId - 6659 | Client # - 008810 | Study # - 0020
+2.311sStudy Found: #- 148562 | Timekeeper - 2 | Office - 19250
+2.315sProcessing #: 24367262 | FeeUserId - 6659 | Client # - 325651 | Study # - 0004
+2.320sStudy Found: #- 144110 | Timekeeper - 2 | Office - 13000
+2.324sProcessing #: 24367299 | FeeUserId - 6659 | Client # - 303839 | Study # - 0007
+2.329sStudy Found: #- 149385 | Timekeeper - 2 | Office - 11000
+2.333sProcessing #: 24367248 | FeeUserId - 6659 | Client # - 339191 | Study # - 0001
+2.337sStudy Found: #- 154329 | Timekeeper - 2 | Office - 17750
+2.341sProcessing #: 24157138 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.345sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.349sProcessing #: 24157178 | FeeUserId - 4339 | Client # - 311661 | Study # - 0001
+2.353sStudy Found: #- 86679 | Timekeeper - 4844 | Office - 20500

+1h 9m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/21/2025 11:37:51 PM

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

+27ms Processing

Server:
wn0mdwk000d8i:3432
Worker:
163238b5

+40m 28.203s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/21/2025 10:28:30 PM

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

+16ms Processing

Server:
wn0mdwk000dlb:6684
Worker:
7e2b5014
+18msOfflineTimeCommitTo3ECommandHandler - Started
+1.859sNo of records retrieved : 232
+3.059sProcessing #: 24367273 | FeeUserId - 6659 | Client # - 007823 | Study # - 0010
+3.064sStudy Found: #- 145175 | Timekeeper - 2 | Office - 14750
+3.069sProcessing #: 24367291 | FeeUserId - 6659 | Client # - 010823 | Study # - 0021
+3.074sStudy Found: #- 148411 | Timekeeper - 2 | Office - 14000
+3.078sProcessing #: 24367266 | FeeUserId - 6659 | Client # - 316143 | Study # - 0005
+3.082sStudy Found: #- 144572 | Timekeeper - 2 | Office - 22000
+3.087sProcessing #: 24367272 | FeeUserId - 6659 | Client # - 011132 | Study # - 0016
+3.091sStudy Found: #- 145114 | Timekeeper - 2 | Office - 21250
+3.098sProcessing #: 24367254 | FeeUserId - 6659 | Client # - 337098 | Study # - 0001
+3.103sStudy Found: #- 141495 | Timekeeper - 2 | Office - 18500
+3.107sProcessing #: 24370934 | FeeUserId - 6659 | Client # - 003691 | Study # - 0023
+3.112sStudy Found: #- 136897 | Timekeeper - 2 | Office - 18750
+3.116sProcessing #: 24157192 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+3.122sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+23m 13.297s 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/21/2025 9:47:58 PM

+2.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 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:
165bdd4d
+17msOfflineTimeCommitTo3ECommandHandler - Started
+910msNo of records retrieved : 232
+2.234sProcessing #: 24367281 | FeeUserId - 6659 | Client # - 009097 | Study # - 0011
+2.239sStudy Found: #- 146378 | Timekeeper - 2 | Office - 13750
+2.243sProcessing #: 24367280 | FeeUserId - 6659 | Client # - 014894 | Study # - 0009
+2.248sStudy Found: #- 146068 | Timekeeper - 2 | Office - 10000
+2.253sProcessing #: 24367294 | FeeUserId - 6659 | Client # - 008810 | Study # - 0020
+2.257sStudy Found: #- 148562 | Timekeeper - 2 | Office - 19250
+2.262sProcessing #: 24367262 | FeeUserId - 6659 | Client # - 325651 | Study # - 0004
+2.266sStudy Found: #- 144110 | Timekeeper - 2 | Office - 13000
+2.271sProcessing #: 24367299 | FeeUserId - 6659 | Client # - 303839 | Study # - 0007
+2.275sStudy Found: #- 149385 | Timekeeper - 2 | Office - 11000
+2.279sProcessing #: 24367248 | FeeUserId - 6659 | Client # - 339191 | Study # - 0001
+2.294sStudy Found: #- 154329 | Timekeeper - 2 | Office - 17750
+2.298sProcessing #: 24243881 | FeeUserId - 7088 | Client # - 010175 | Study # - 0021
+2.303sStudy Found: #- 143420 | Timekeeper - 5640 | Office - 19750
+2.308sProcessing #: 24365603 | FeeUserId - 4868 | Client # - 301491 | Study # - 0006
+2.312sStudy Found: #- 134791 | Timekeeper - 3018 | Office - 15250
+2.317sProcessing #: 24365688 | FeeUserId - 4868 | Client # - 300724 | Study # - 0007
+2.322sStudy Found: #- 148141 | Timekeeper - 3018 | Office - 21250
+2.326sProcessing #: 24365695 | FeeUserId - 4868 | Client # - 338161 | Study # - 0001
+2.330sStudy Found: #- 146603 | Timekeeper - 3018 | Office - 13000
+2.335sProcessing #: 24365749 | FeeUserId - 4868 | Client # - 009574 | Study # - 0012
+2.340sStudy Found: #- 146700 | Timekeeper - 3018 | Office - 11000
+2.345sProcessing #: 24367295 | FeeUserId - 6659 | Client # - 004802 | Study # - 0011
+2.350sStudy Found: #- 148938 | Timekeeper - 2 | Office - 11000
+2.357sProcessing #: 24367274 | FeeUserId - 6659 | Client # - 309803 | Study # - 0007
+2.361sStudy Found: #- 145220 | Timekeeper - 2 | Office - 19250
+2.367sProcessing #: 24367271 | FeeUserId - 6659 | Client # - 300936 | Study # - 0007
+2.372sStudy Found: #- 145037 | Timekeeper - 2 | Office - 15500
+2.376sProcessing #: 24367264 | FeeUserId - 6659 | Client # - 306960 | Study # - 0007
+2.380sStudy Found: #- 144371 | Timekeeper - 2 | Office - 19750
+2.384sProcessing #: 24367300 | FeeUserId - 6659 | Client # - 338407 | Study # - 0001
+2.388sStudy Found: #- 150705 | Timekeeper - 2 | Office - 11000
+2.395sProcessing #: 24370942 | FeeUserId - 6659 | Client # - 014627 | Study # - 0013
+2.400sStudy Found: #- 143749 | Timekeeper - 2 | Office - 16500
+2.410sProcessing #: 24243860 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.414sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+12m 57.560s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/21/2025 9:24:42 PM

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

+16ms Processing

Server:
wn0mdwk000dlb:6684
Worker:
f8808789
+18msOfflineTimeCommitTo3ECommandHandler - Started
+884msNo of records retrieved : 232
+2.662sProcessing #: 24365579 | FeeUserId - 4868 | Client # - 307722 | Study # - 0005
+2.667sStudy Found: #- 143729 | Timekeeper - 3018 | Office - 20500
+2.672sProcessing #: 24365664 | FeeUserId - 4868 | Client # - 305383 | Study # - 0006
+2.677sStudy Found: #- 150874 | Timekeeper - 3018 | Office - 17750
+2.681sProcessing #: 24365716 | FeeUserId - 4868 | Client # - 305641 | Study # - 0004
+2.685sStudy Found: #- 134536 | Timekeeper - 3018 | Office - 11000
+2.689sProcessing #: 24365750 | FeeUserId - 4868 | Client # - 304056 | Study # - 0008
+2.693sStudy Found: #- 151348 | Timekeeper - 3018 | Office - 12000
+2.697sProcessing #: 24365823 | FeeUserId - 4868 | Client # - 009654 | Study # - 0008
+2.704sStudy Found: #- 143874 | Timekeeper - 3018 | Office - 21250
+2.708sProcessing #: 24365790 | FeeUserId - 4868 | Client # - 330286 | Study # - 0003
+2.721sStudy Found: #- 151605 | Timekeeper - 3018 | Office - 20750
+2.725sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.730sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+5m 45.110s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+20ms Scheduled

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

Enqueue at:
5/21/2025 9:11:33 PM

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

+13ms Processing

Server:
wn0mdwk000d8i:3432
Worker:
704e8942

+3m 27.954s 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/21/2025 9:05:58 PM

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

+13ms Processing

Server:
wn0mdwk000dlb:6684
Worker:
b4650e9b
+15msOfflineTimeCommitTo3ECommandHandler - Started
+931msNo of records retrieved : 232
+2.122sProcessing #: 24365864 | FeeUserId - 6067 | Client # - 303062 | Study # - 0011
+2.126sStudy Found: #- 143615 | Timekeeper - 3771 | Office - 13250
+2.132sProcessing #: 24178051 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.137sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.141sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.146sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.150sProcessing #: 24157174 | FeeUserId - 4339 | Client # - 326106 | Study # - 0001
+2.154sStudy Found: #- 113353 | Timekeeper - 4844 | Office - 20500

+57.557s 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/21/2025 9:02:23 PM

+2.453s 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:
wn0mdwk000dlb:6684
Worker:
f9c08049
+20msOfflineTimeCommitTo3ECommandHandler - Started
+1.121sNo of records retrieved : 232
+2.427sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.435sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+27.877s 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/21/2025 9:01:22 PM

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

+16ms Processing

Server:
wn1mdwk000it8:7580
Worker:
6456eec3
+24msOfflineTimeCommitTo3ECommandHandler - Started
+928msNo of records retrieved : 232
+2.098sProcessing #: 24339146 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.107sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.114sProcessing #: 24243873 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.120sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+51.424s 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/21/2025 9:00:49 PM

+2.306s 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:
wn1mdwk000it8:7580
Worker:
9b48c5d7
+27msOfflineTimeCommitTo3ECommandHandler - Started
+937msNo of records retrieved : 232
+2.259sProcessing #: 24339147 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.266sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.275sProcessing #: 24243860 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.283sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+40ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/21/2025 9:00:08 PM Created