IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #967523
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
1747940403

State

5/22/2025 11:35:12 PM (+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)

+16ms Processing

Server:
wn0mdwk000d8i:3432
Worker:
e32ef979

+1h 53m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/22/2025 11:35:10 PM

+43ms 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:
wn1mdwk000it8:5660
Worker:
1b165679

+1h 12m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/22/2025 9:41:10 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)

+6ms Processing

Server:
wn0mdwk000dlb:3928
Worker:
411af947

+40m 59.024s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/22/2025 8:29:10 PM

+2.283s 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:
wn0mdwk000d8i:7876
Worker:
37269d6a
+33msOfflineTimeCommitTo3ECommandHandler - Started
+1.099sNo of records retrieved : 252
+2.251sProcessing #: 24243858 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.258sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+22m 43.653s 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/22/2025 7:48:09 PM

+2.157s 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:
fcc4312e
+22msOfflineTimeCommitTo3ECommandHandler - Started
+889msNo of records retrieved : 252
+2.067sProcessing #: 24365384 | FeeUserId - 4868 | Client # - 307019 | Study # - 0006
+2.072sStudy Found: #- 149418 | Timekeeper - 3018 | Office - 15750
+2.079sProcessing #: 24365637 | FeeUserId - 4868 | Client # - 013577 | Study # - 0011
+2.083sStudy Found: #- 147366 | Timekeeper - 3018 | Office - 11000
+2.087sProcessing #: 24365674 | FeeUserId - 4868 | Client # - 337977 | Study # - 0001
+2.091sStudy Found: #- 144369 | Timekeeper - 3018 | Office - 12000
+2.096sProcessing #: 24365739 | FeeUserId - 4868 | Client # - 012481 | Study # - 0007
+2.100sStudy Found: #- 144540 | Timekeeper - 3018 | Office - 13250
+2.105sProcessing #: 24365747 | FeeUserId - 4868 | Client # - 010584 | Study # - 0012
+2.109sStudy Found: #- 148528 | Timekeeper - 3018 | Office - 11000
+2.115sProcessing #: 24365821 | FeeUserId - 4868 | Client # - 331522 | Study # - 0004
+2.119sStudy Found: #- 151705 | Timekeeper - 3018 | Office - 22000
+2.123sProcessing #: 24157138 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.126sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.132sProcessing #: 24157178 | FeeUserId - 4339 | Client # - 311661 | Study # - 0001
+2.141sStudy Found: #- 86679 | Timekeeper - 4844 | Office - 20500

+12m 56.720s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/22/2025 7:25:29 PM

+3.667s 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:7876
Worker:
4cba34de
+24msOfflineTimeCommitTo3ECommandHandler - Started
+1.489sNo of records retrieved : 252
+3.240sProcessing #: 24365399 | FeeUserId - 4868 | Client # - 327801 | Study # - 0002
+3.246sStudy Found: #- 124178 | Timekeeper - 3018 | Office - 21250
+3.251sProcessing #: 24365650 | FeeUserId - 4868 | Client # - 304219 | Study # - 0008
+3.257sStudy Found: #- 150859 | Timekeeper - 3018 | Office - 18500
+3.263sProcessing #: 24365711 | FeeUserId - 4868 | Client # - 013587 | Study # - 0010
+3.270sStudy Found: #- 146746 | Timekeeper - 3018 | Office - 18000
+3.277sProcessing #: 24365758 | FeeUserId - 4868 | Client # - 301080 | Study # - 0007
+3.282sStudy Found: #- 147539 | Timekeeper - 3018 | Office - 11000
+3.287sProcessing #: 24365731 | FeeUserId - 4868 | Client # - 009836 | Study # - 0014
+3.294sStudy Found: #- 148499 | Timekeeper - 3018 | Office - 12250
+3.300sProcessing #: 24365800 | FeeUserId - 4868 | Client # - 009151 | Study # - 0016
+3.305sStudy Found: #- 136978 | Timekeeper - 3018 | Office - 15500
+3.311sProcessing #: 24365785 | FeeUserId - 4868 | Client # - 318781 | Study # - 0005
+3.317sStudy Found: #- 147498 | Timekeeper - 3018 | Office - 20500
+3.324sProcessing #: 24365796 | FeeUserId - 4868 | Client # - 300780 | Study # - 0007
+3.331sStudy Found: #- 148023 | Timekeeper - 3018 | Office - 13000
+3.336sProcessing #: 24365818 | FeeUserId - 4868 | Client # - 337083 | Study # - 0001
+3.342sStudy Found: #- 141394 | Timekeeper - 3018 | Office - 10500
+3.348sProcessing #: 24365837 | FeeUserId - 4868 | Client # - 010801 | Study # - 0009
+3.354sStudy Found: #- 148399 | Timekeeper - 3018 | Office - 11000
+3.360sProcessing #: 24178030 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+3.366sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+3.372sProcessing #: 24365483 | FeeUserId - 4868 | Client # - 014793 | Study # - 0009
+3.387sStudy Found: #- 146796 | Timekeeper - 3018 | Office - 16000
+3.396sProcessing #: 24365672 | FeeUserId - 4868 | Client # - 304214 | Study # - 0007
+3.402sStudy Found: #- 144702 | Timekeeper - 3018 | Office - 14500
+3.410sProcessing #: 24365714 | FeeUserId - 4868 | Client # - 313816 | Study # - 0006
+3.416sStudy Found: #- 148394 | Timekeeper - 3018 | Office - 17750
+3.422sProcessing #: 24365762 | FeeUserId - 4868 | Client # - 012484 | Study # - 0011
+3.428sStudy Found: #- 144611 | Timekeeper - 3018 | Office - 11250
+3.433sProcessing #: 24365738 | FeeUserId - 4868 | Client # - 338236 | Study # - 0002
+3.439sStudy Found: #- 149806 | Timekeeper - 3018 | Office - 11500
+3.445sProcessing #: 24365770 | FeeUserId - 4868 | Client # - 005362 | Study # - 0017
+3.451sStudy Found: #- 144773 | Timekeeper - 3018 | Office - 17750
+3.459sProcessing #: 24365788 | FeeUserId - 4868 | Client # - 330257 | Study # - 0006
+3.465sStudy Found: #- 149658 | Timekeeper - 3018 | Office - 16000
+3.471sProcessing #: 24365803 | FeeUserId - 4868 | Client # - 338376 | Study # - 0001
+3.478sStudy Found: #- 150530 | Timekeeper - 3018 | Office - 11000
+3.483sProcessing #: 24365807 | FeeUserId - 4868 | Client # - 335088 | Study # - 0002
+3.489sStudy Found: #- 131452 | Timekeeper - 3018 | Office - 11000
+3.495sProcessing #: 24365838 | FeeUserId - 4868 | Client # - 338635 | Study # - 0001
+3.501sStudy Found: #- 151994 | Timekeeper - 3018 | Office - 18500
+3.506sProcessing #: 24178029 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+3.512sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+3.518sProcessing #: 24365444 | FeeUserId - 4868 | Client # - 304837 | Study # - 0008
+3.523sStudy Found: #- 150200 | Timekeeper - 3018 | Office - 18750
+3.529sProcessing #: 24365686 | FeeUserId - 4868 | Client # - 008677 | Study # - 0024
+3.538sStudy Found: #- 148596 | Timekeeper - 3018 | Office - 12750
+3.543sProcessing #: 24365705 | FeeUserId - 4868 | Client # - 311695 | Study # - 0006
+3.549sStudy Found: #- 144512 | Timekeeper - 3018 | Office - 21250
+3.556sProcessing #: 24365760 | FeeUserId - 4868 | Client # - 009416 | Study # - 0012
+3.562sStudy Found: #- 148617 | Timekeeper - 3018 | Office - 14500
+3.569sProcessing #: 24365744 | FeeUserId - 4868 | Client # - 336891 | Study # - 0002
+3.575sStudy Found: #- 140630 | Timekeeper - 3018 | Office - 18250
+3.581sProcessing #: 24365768 | FeeUserId - 4868 | Client # - 333929 | Study # - 0003
+3.588sStudy Found: #- 140610 | Timekeeper - 3018 | Office - 10750
+3.593sProcessing #: 24365778 | FeeUserId - 4868 | Client # - 011956 | Study # - 0014
+3.599sStudy Found: #- 150486 | Timekeeper - 3018 | Office - 11000
+3.605sProcessing #: 24365806 | FeeUserId - 4868 | Client # - 338064 | Study # - 0001
+3.611sStudy Found: #- 144997 | Timekeeper - 3018 | Office - 15000
+3.616sProcessing #: 24365815 | FeeUserId - 4868 | Client # - 312370 | Study # - 0007
+3.622sStudy Found: #- 151015 | Timekeeper - 3018 | Office - 16750
+3.627sProcessing #: 24365833 | FeeUserId - 4868 | Client # - 305018 | Study # - 0008
+3.633sStudy Found: #- 145322 | Timekeeper - 3018 | Office - 15500
+3.639sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+3.645sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+5m 15.087s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/22/2025 7:12:30 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)

+17ms Processing

Server:
wn1mdwk000it8:5660
Worker:
fb70f5f9

+3m 28.060s 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/22/2025 7:07:18 PM

+2.027s 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:
wn0mdwk000d8i:7876
Worker:
f65b667a
+24msOfflineTimeCommitTo3ECommandHandler - Started
+905msNo of records retrieved : 252
+1.999sProcessing #: 24157186 | FeeUserId - 4339 | Client # - 013072 | Study # - 0005
+2.005sStudy Found: #- 111308 | Timekeeper - 4844 | Office - 20500

+1m 45.054s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/22/2025 7:03:43 PM

+43ms 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:
wn1mdwk000it8:5660
Worker:
067d5739

+1m 15.017s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/22/2025 7:01:52 PM

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

+7ms Processing

Server:
wn0mdwk000dlb:3928
Worker:
8459cfea

+43.080s 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/22/2025 7:00:35 PM

+2.383s 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:
wn1mdwk000it8:7580
Worker:
b40c6e57
+22msOfflineTimeCommitTo3ECommandHandler - Started
+861msNo of records retrieved : 252
+2.352sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+2.362sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+10ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/22/2025 7:00:03 PM Created