IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #970689
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
1748174400

State

5/25/2025 4:36:01 PM (+3.034s) 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:11036
Worker:
bc616cc7
+21msOfflineTimeCommitTo3ECommandHandler - Started
+863msNo of records retrieved : 369
+2.998sProcessing #: 24382393 | FeeUserId - 5334 | Client # - 308481 | Study # - 0005
+3.003sStudy Found: #- 151326 | Timekeeper - 6284 | Office - 45104
+3.007sProcessing #: 24382743 | FeeUserId - 1052 | Client # - 000001 | Study # - 0019
+3.013sStudy Found: #- 71133 | Timekeeper - 5403 | Office - 20500
+3.017sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+3.021sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+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:
5/25/2025 4:35:58 PM

+2.910s 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:11036
Worker:
dd43a047
+21msOfflineTimeCommitTo3ECommandHandler - Started
+997msNo of records retrieved : 323
+2.840sProcessing #: 24360705 | FeeUserId - 45 | Client # - 313902 | Study # - 0023
+2.845sStudy Found: #- 151216 | Timekeeper - 4830 | Office - 45120
+2.850sProcessing #: 24382603 | FeeUserId - 45 | Client # - 000001 | Study # - 0019
+2.854sStudy Found: #- 71133 | Timekeeper - 4830 | Office - 20500
+2.858sProcessing #: 24382591 | FeeUserId - 3781 | Client # - 336102 | Study # - 0004
+2.863sStudy Found: #- 153196 | Timekeeper - 6246 | Office - 45109
+2.867sProcessing #: 24382578 | FeeUserId - 7334 | Client # - 314519 | Study # - 0014
+2.871sStudy Found: #- 144590 | Timekeeper - 6409 | Office - 45099
+2.875sProcessing #: 24382582 | FeeUserId - 7334 | Client # - 314519 | Study # - 0014
+2.880sStudy Found: #- 144590 | Timekeeper - 6409 | Office - 45099
+2.884sProcessing #: 24382560 | FeeUserId - 7570 | Client # - 000001 | Study # - 0019
+2.888sStudy Found: #- 71133 | Timekeeper - 6577 | Office - 20500
+2.892sProcessing #: 24243869 | FeeUserId - 7728 | Client # - 318803 | Study # - 0002
+2.896sStudy Found: #- 102159 | Timekeeper - 6674 | Office - 13500

+1h 11m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/25/2025 2:43:28 PM

+27ms 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:
wn0mdwk000dlb:9464
Worker:
54e448de

+43m 28.077s 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/25/2025 1:31:58 PM

+3.290s 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:11036
Worker:
32b41764
+21msOfflineTimeCommitTo3ECommandHandler - Started
+1.279sNo of records retrieved : 306
+3.235sProcessing #: 24382589 | FeeUserId - 3781 | Client # - 336102 | Study # - 0004
+3.241sStudy Found: #- 153196 | Timekeeper - 6246 | Office - 45109
+3.245sProcessing #: 24382374 | FeeUserId - 4957 | Client # - 337066 | Study # - 0002
+3.249sStudy Found: #- 152797 | Timekeeper - 6304 | Office - 45121
+3.254sProcessing #: 24378799 | FeeUserId - 6659 | Client # - 339210 | Study # - 0001
+3.259sStudy Found: #- 154417 | Timekeeper - 2 | Office - 16000
+3.263sProcessing #: 24157231 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+3.267sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+3.271sProcessing #: 24157180 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+3.275sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+24m 57.343s 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/25/2025 12:48:24 PM

+3.480s 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:
wn0mdwk000d8i:9172
Worker:
b41a2352
+25msOfflineTimeCommitTo3ECommandHandler - Started
+1.682sNo of records retrieved : 306
+3.384sProcessing #: 24360709 | FeeUserId - 45 | Client # - 000001 | Study # - 0019
+3.390sStudy Found: #- 71133 | Timekeeper - 4830 | Office - 20500
+3.395sProcessing #: 24382605 | FeeUserId - 45 | Client # - 313902 | Study # - 0023
+3.400sStudy Found: #- 151216 | Timekeeper - 4830 | Office - 45120
+3.405sProcessing #: 24382557 | FeeUserId - 4849 | Client # - 000001 | Study # - 0019
+3.409sStudy Found: #- 71133 | Timekeeper - 5889 | Office - 20500
+3.414sProcessing #: 24365739 | FeeUserId - 4868 | Client # - 012481 | Study # - 0007
+3.418sStudy Found: #- 144540 | Timekeeper - 3018 | Office - 13250
+3.423sProcessing #: 24365773 | FeeUserId - 4868 | Client # - 304266 | Study # - 0006
+3.428sStudy Found: #- 149308 | Timekeeper - 3018 | Office - 14000
+3.433sProcessing #: 24365815 | FeeUserId - 4868 | Client # - 312370 | Study # - 0007
+3.443sStudy Found: #- 151015 | Timekeeper - 3018 | Office - 16750
+3.448sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+3.452sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+3.457sProcessing #: 24157166 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+3.462sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+11m 57.687s 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/25/2025 12:23:34 PM

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

+26ms Processing

Server:
wn1mdwk000it8:2628
Worker:
623276a0
+28msOfflineTimeCommitTo3ECommandHandler - Started
+970msNo of records retrieved : 299
+2.563sProcessing #: 24382520 | FeeUserId - 6251 | Client # - 000001 | Study # - 0019
+2.569sStudy Found: #- 71133 | Timekeeper - 6285 | Office - 20500
+2.576sProcessing #: 24382416 | FeeUserId - 4855 | Client # - 305114 | Study # - 0018
+2.582sStudy Found: #- 151206 | Timekeeper - 5950 | Office - 45131
+2.589sProcessing #: 24382560 | FeeUserId - 7570 | Client # - 000001 | Study # - 0019
+2.595sStudy Found: #- 71133 | Timekeeper - 6577 | Office - 20500
+2.600sProcessing #: 24382592 | FeeUserId - 3781 | Client # - 336102 | Study # - 0004
+2.605sStudy Found: #- 153196 | Timekeeper - 6246 | Office - 45109
+2.613sProcessing #: 24382329 | FeeUserId - 5665 | Client # - 311491 | Study # - 0016
+2.618sStudy Found: #- 150404 | Timekeeper - 4989 | Office - 45134
+2.624sProcessing #: 24382376 | FeeUserId - 4957 | Client # - 337066 | Study # - 0002
+2.630sStudy Found: #- 152797 | Timekeeper - 6304 | Office - 45121
+2.636sProcessing #: 24157178 | FeeUserId - 4339 | Client # - 311661 | Study # - 0001
+2.642sStudy Found: #- 86679 | Timekeeper - 4844 | Office - 20500

+6m 12.380s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/25/2025 12:11:27 PM

+2.790s 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:2628
Worker:
7409f938
+25msOfflineTimeCommitTo3ECommandHandler - Started
+916msNo of records retrieved : 299
+2.710sProcessing #: 24382589 | FeeUserId - 3781 | Client # - 336102 | Study # - 0004
+2.717sStudy Found: #- 153196 | Timekeeper - 6246 | Office - 45109
+2.724sProcessing #: 24382393 | FeeUserId - 5334 | Client # - 308481 | Study # - 0005
+2.729sStudy Found: #- 151326 | Timekeeper - 6284 | Office - 45104
+2.736sProcessing #: 24382497 | FeeUserId - 6333 | Client # - 308825 | Study # - 0018
+2.743sStudy Found: #- 151634 | Timekeeper - 6294 | Office - 45137
+2.751sProcessing #: 24382539 | FeeUserId - 6590 | Client # - 338550 | Study # - 0001
+2.757sStudy Found: #- 151640 | Timekeeper - 5046 | Office - 45148
+2.763sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.770sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+2m 42.440s 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/25/2025 12:05:08 PM

+2.636s 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:
wn0mdwk000dlb:11036
Worker:
280f071e
+22msOfflineTimeCommitTo3ECommandHandler - Started
+870msNo of records retrieved : 299
+2.616sProcessing #: 24157162 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.623sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+42.346s 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/25/2025 12:02:25 PM

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

+10ms Processing

Server:
wn0mdwk000dlb:11036
Worker:
234430ea
+16msOfflineTimeCommitTo3ECommandHandler - Started
+861msNo of records retrieved : 299
+2.632sProcessing #: 24360707 | FeeUserId - 45 | Client # - 000001 | Study # - 0019
+2.637sStudy Found: #- 71133 | Timekeeper - 4830 | Office - 20500
+2.641sProcessing #: 24382609 | FeeUserId - 45 | Client # - 000001 | Study # - 0019
+2.646sStudy Found: #- 71133 | Timekeeper - 4830 | Office - 20500
+2.650sProcessing #: 24243871 | FeeUserId - 7728 | Client # - 005235 | Study # - 0018
+2.654sStudy Found: #- 90279 | Timekeeper - 6674 | Office - 13250

+1m 12.100s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/25/2025 12:01:42 PM

+2.917s 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:11036
Worker:
dd43a047
+22msOfflineTimeCommitTo3ECommandHandler - Started
+925msNo of records retrieved : 299
+2.826sProcessing #: 24382530 | FeeUserId - 6590 | Client # - 005734 | Study # - 0007
+2.831sStudy Found: #- 150106 | Timekeeper - 5046 | Office - 45120
+2.836sProcessing #: 24378799 | FeeUserId - 6659 | Client # - 339210 | Study # - 0001
+2.841sStudy Found: #- 154417 | Timekeeper - 2 | Office - 16000
+2.845sProcessing #: 24360705 | FeeUserId - 45 | Client # - 313902 | Study # - 0023
+2.850sStudy Found: #- 151216 | Timekeeper - 4830 | Office - 45120
+2.856sProcessing #: 24382603 | FeeUserId - 45 | Client # - 000001 | Study # - 0019
+2.860sStudy Found: #- 71133 | Timekeeper - 4830 | Office - 20500
+2.866sProcessing #: 24382322 | FeeUserId - 5665 | Client # - 305114 | Study # - 0018
+2.876sStudy Found: #- 151206 | Timekeeper - 4989 | Office - 45131
+2.880sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.884sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.888sProcessing #: 24157166 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.894sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+29.787s 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/25/2025 12:00:33 PM

+3.217s 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:
wn1mdwk000it8:2628
Worker:
b6268c35
+24msOfflineTimeCommitTo3ECommandHandler - Started
+1.439sNo of records retrieved : 299
+3.186sProcessing #: 24243873 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+3.195sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+7ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/25/2025 12:00:00 PM Created