IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #964113
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
1747729800

State

5/20/2025 1:02:35 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)

+20ms Processing

Server:
wn1mdwk000it8:7580
Worker:
14ebb8f9
+28msOfflineTimeCommitTo3ECommandHandler - Started
+865msNo of records retrieved : 258
+2.108sProcessing #: 24364221 | FeeUserId - 4485 | Client # - 319930 | Study # - 0003
+2.116sStudy Found: #- 154157 | Timekeeper - 5489 | Office - 20750
+2.124sProcessing #: 24363641 | FeeUserId - 4485 | Client # - 338235 | Study # - 0001
+2.130sStudy Found: #- 149799 | Timekeeper - 5489 | Office - 15500
+2.137sProcessing #: 24365860 | FeeUserId - 6067 | Client # - 012505 | Study # - 0012
+2.142sStudy Found: #- 145137 | Timekeeper - 3771 | Office - 16000
+2.148sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.154sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+1h 53m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/20/2025 1:02:33 PM

+2.376s 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:
d5223319
+27msOfflineTimeCommitTo3ECommandHandler - Started
+912msNo of records retrieved : 258
+2.324sProcessing #: 24339143 | FeeUserId - 590 | Client # - 009574 | Study # - 0012
+2.331sStudy Found: #- 146700 | Timekeeper - 4257 | Office - 11000
+2.340sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.347sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.352sProcessing #: 24157174 | FeeUserId - 4339 | Client # - 326106 | Study # - 0001
+2.359sStudy Found: #- 113353 | Timekeeper - 4844 | Office - 20500

+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/20/2025 11:09:10 AM

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

+20ms Processing

Server:
wn1mdwk000it8:5660
Worker:
d24671c2

+40m 58.820s 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/20/2025 9:57:54 AM

+2.457s 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:
2e164537
+30msOfflineTimeCommitTo3ECommandHandler - Started
+1.016sNo of records retrieved : 258
+2.427sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+2.434sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+22m 43.420s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/20/2025 9:16:52 AM

+2.270s 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:
c8e9691a
+24msOfflineTimeCommitTo3ECommandHandler - Started
+871msNo of records retrieved : 258
+2.142sProcessing #: 24363602 | FeeUserId - 4485 | Client # - 313902 | Study # - 0019
+2.150sStudy Found: #- 142111 | Timekeeper - 5489 | Office - 15000
+2.157sProcessing #: 24178029 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+2.164sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+2.170sProcessing #: 24340650 | FeeUserId - 6659 | Client # - 000059 | Study # - 0014
+2.180sStudy Found: #- 145340 | Timekeeper - 2 | Office - 20500
+2.185sProcessing #: 24340644 | FeeUserId - 6659 | Client # - 013566 | Study # - 0010
+2.191sStudy Found: #- 144897 | Timekeeper - 2 | Office - 11000
+2.197sProcessing #: 24345832 | FeeUserId - 6659 | Client # - 011688 | Study # - 0016
+2.203sStudy Found: #- 150385 | Timekeeper - 2 | Office - 15500
+2.208sProcessing #: 24350034 | FeeUserId - 6659 | Client # - 303731 | Study # - 0011
+2.214sStudy Found: #- 144683 | Timekeeper - 2 | Office - 14500
+2.220sProcessing #: 24350084 | FeeUserId - 6659 | Client # - 302392 | Study # - 0006
+2.226sStudy Found: #- 148298 | Timekeeper - 2 | Office - 17750
+2.233sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.239sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.245sProcessing #: 24157174 | FeeUserId - 4339 | Client # - 326106 | Study # - 0001
+2.250sStudy Found: #- 113353 | Timekeeper - 4844 | Office - 20500

+12m 27.977s 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/20/2025 8:54:04 AM

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

+23ms Processing

Server:
wn1mdwk000it8:7580
Worker:
d7c6431e
+25msOfflineTimeCommitTo3ECommandHandler - Started
+948msNo of records retrieved : 258
+2.335sProcessing #: 24340650 | FeeUserId - 6659 | Client # - 000059 | Study # - 0014
+2.341sStudy Found: #- 145340 | Timekeeper - 2 | Office - 20500
+2.348sProcessing #: 24340644 | FeeUserId - 6659 | Client # - 013566 | Study # - 0010
+2.354sStudy Found: #- 144897 | Timekeeper - 2 | Office - 11000
+2.360sProcessing #: 24345832 | FeeUserId - 6659 | Client # - 011688 | Study # - 0016
+2.366sStudy Found: #- 150385 | Timekeeper - 2 | Office - 15500
+2.373sProcessing #: 24350034 | FeeUserId - 6659 | Client # - 303731 | Study # - 0011
+2.379sStudy Found: #- 144683 | Timekeeper - 2 | Office - 14500
+2.384sProcessing #: 24350081 | FeeUserId - 6659 | Client # - 338418 | Study # - 0002
+2.400sStudy Found: #- 150754 | Timekeeper - 2 | Office - 15500
+2.408sProcessing #: 24350084 | FeeUserId - 6659 | Client # - 302392 | Study # - 0006
+2.415sStudy Found: #- 148298 | Timekeeper - 2 | Office - 17750
+2.421sProcessing #: 24355186 | FeeUserId - 6659 | Client # - 014711 | Study # - 0010
+2.427sStudy Found: #- 146811 | Timekeeper - 2 | Office - 18000
+2.433sProcessing #: 24178051 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.440sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.446sProcessing #: 24243862 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.452sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+6m 34.480s 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/20/2025 8:41:36 AM

+2.440s 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:
wn0mdwk000d8i:7876
Worker:
4cba34de
+27msOfflineTimeCommitTo3ECommandHandler - Started
+1.027sNo of records retrieved : 258
+2.400sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.407sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.412sProcessing #: 24157166 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.418sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+2m 23.280s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/20/2025 8:35:03 AM

+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:
9a737f85

+57.573s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/20/2025 8:32:34 AM

+2.447s 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:
b98a0718
+25msOfflineTimeCommitTo3ECommandHandler - Started
+951msNo of records retrieved : 258
+2.334sProcessing #: 24365551 | FeeUserId - 4868 | Client # - 013345 | Study # - 0018
+2.341sStudy Found: #- 147619 | Timekeeper - 3018 | Office - 20500
+2.347sProcessing #: 24365670 | FeeUserId - 4868 | Client # - 012414 | Study # - 0011
+2.353sStudy Found: #- 147790 | Timekeeper - 3018 | Office - 10000
+2.359sProcessing #: 24365699 | FeeUserId - 4868 | Client # - 300321 | Study # - 0010
+2.365sStudy Found: #- 148355 | Timekeeper - 3018 | Office - 15500
+2.371sProcessing #: 24365751 | FeeUserId - 4868 | Client # - 312158 | Study # - 0006
+2.376sStudy Found: #- 148123 | Timekeeper - 3018 | Office - 20500
+2.383sProcessing #: 24365781 | FeeUserId - 4868 | Client # - 320527 | Study # - 0005
+2.388sStudy Found: #- 146492 | Timekeeper - 3018 | Office - 11000
+2.396sProcessing #: 24365789 | FeeUserId - 4868 | Client # - 330286 | Study # - 0002
+2.402sStudy Found: #- 124321 | Timekeeper - 3018 | Office - 20750
+2.410sProcessing #: 24365828 | FeeUserId - 4868 | Client # - 304423 | Study # - 0004
+2.416sStudy Found: #- 114737 | Timekeeper - 3018 | Office - 10500
+2.422sProcessing #: 24157184 | FeeUserId - 4339 | Client # - 321867 | Study # - 0001
+2.428sStudy Found: #- 106724 | Timekeeper - 4844 | Office - 15250

+57.653s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/20/2025 8:31:33 AM

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

+24ms Processing

Server:
wn0mdwk000dlb:6684
Worker:
278a5186
+19msOfflineTimeCommitTo3ECommandHandler - Started
+904msNo of records retrieved : 258
+2.283sProcessing #: 24340655 | FeeUserId - 6659 | Client # - 316343 | Study # - 0005
+2.289sStudy Found: #- 144670 | Timekeeper - 2 | Office - 20500
+2.294sProcessing #: 24340652 | FeeUserId - 6659 | Client # - 338346 | Study # - 0001
+2.298sStudy Found: #- 150353 | Timekeeper - 2 | Office - 17750
+2.303sProcessing #: 24345835 | FeeUserId - 6659 | Client # - 013501 | Study # - 0015
+2.307sStudy Found: #- 147246 | Timekeeper - 2 | Office - 16500
+2.311sProcessing #: 24350031 | FeeUserId - 6659 | Client # - 012067 | Study # - 0011
+2.315sStudy Found: #- 145438 | Timekeeper - 2 | Office - 14000
+2.319sProcessing #: 24350032 | FeeUserId - 6659 | Client # - 301904 | Study # - 0006
+2.323sStudy Found: #- 145272 | Timekeeper - 2 | Office - 15000
+2.328sProcessing #: 24350085 | FeeUserId - 6659 | Client # - 339167 | Study # - 0001
+2.333sStudy Found: #- 154243 | Timekeeper - 2 | Office - 15250
+2.337sProcessing #: 24355189 | FeeUserId - 6659 | Client # - 330905 | Study # - 0005
+2.343sStudy Found: #- 150371 | Timekeeper - 2 | Office - 20250
+2.348sProcessing #: 24157168 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.352sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+36.860s 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/20/2025 8:30:36 AM

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

+46ms Processing

Server:
wn0mdwk000d8i:7876
Worker:
81fc7c34
+29msOfflineTimeCommitTo3ECommandHandler - Started
+933msNo of records retrieved : 258
+2.333sProcessing #: 24364221 | FeeUserId - 4485 | Client # - 319930 | Study # - 0003
+2.339sStudy Found: #- 154157 | Timekeeper - 5489 | Office - 20750
+2.345sProcessing #: 24340654 | FeeUserId - 6659 | Client # - 306228 | Study # - 0009
+2.351sStudy Found: #- 144585 | Timekeeper - 2 | Office - 16000
+2.363sProcessing #: 24363641 | FeeUserId - 4485 | Client # - 338235 | Study # - 0001
+2.369sStudy Found: #- 149799 | Timekeeper - 5489 | Office - 15500
+2.375sProcessing #: 24340638 | FeeUserId - 6659 | Client # - 013952 | Study # - 0009
+2.382sStudy Found: #- 144491 | Timekeeper - 2 | Office - 15500
+2.388sProcessing #: 24345836 | FeeUserId - 6659 | Client # - 318874 | Study # - 0005
+2.395sStudy Found: #- 146633 | Timekeeper - 2 | Office - 15500
+2.400sProcessing #: 24345840 | FeeUserId - 6659 | Client # - 304843 | Study # - 0008
+2.410sStudy Found: #- 144906 | Timekeeper - 2 | Office - 20500
+2.416sProcessing #: 24350036 | FeeUserId - 6659 | Client # - 313299 | Study # - 0007
+2.421sStudy Found: #- 143944 | Timekeeper - 2 | Office - 20500
+2.440sProcessing #: 24243873 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.457sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+27ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/20/2025 8:30:00 AM Created