IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #970136
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
1748115009

State

5/24/2025 11:59:58 PM (+2.660s) 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:
979597e9
+20msOfflineTimeCommitTo3ECommandHandler - Started
+925msNo of records retrieved : 337
+2.634sProcessing #: 24374159 | FeeUserId - 6659 | Client # - 005135 | Study # - 0008
+2.640sStudy Found: #- 154431 | Timekeeper - 2 | Office - 15500
+2.644sProcessing #: 24243862 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.648sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+1h 51m 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/24/2025 11:59:55 PM

+2.570s 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:
bb860050
+26msOfflineTimeCommitTo3ECommandHandler - Started
+956msNo of records retrieved : 337
+2.456sProcessing #: 24382471 | FeeUserId - 3246 | Client # - 000001 | Study # - 0019
+2.464sStudy Found: #- 71133 | Timekeeper - 6291 | Office - 20500
+2.470sProcessing #: 24382476 | FeeUserId - 3246 | Client # - 000001 | Study # - 0019
+2.476sStudy Found: #- 71133 | Timekeeper - 6291 | Office - 20500
+2.482sProcessing #: 24382327 | FeeUserId - 5665 | Client # - 311491 | Study # - 0016
+2.489sStudy Found: #- 150404 | Timekeeper - 4989 | Office - 45134
+2.495sProcessing #: 24382249 | FeeUserId - 150 | Client # - 337218 | Study # - 0002
+2.501sStudy Found: #- 150525 | Timekeeper - 6319 | Office - 45109
+2.511sProcessing #: 24382257 | FeeUserId - 150 | Client # - 337218 | Study # - 0002
+2.516sStudy Found: #- 150525 | Timekeeper - 6319 | Office - 45109
+2.521sProcessing #: 24382397 | FeeUserId - 4957 | Client # - 000001 | Study # - 0019
+2.529sStudy Found: #- 71133 | Timekeeper - 6304 | Office - 20500
+2.535sProcessing #: 24243869 | FeeUserId - 7728 | Client # - 318803 | Study # - 0002
+2.541sStudy Found: #- 102159 | Timekeeper - 6674 | Office - 13500

+1h 9m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
5/24/2025 10:08:42 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)

+13ms Processing

Server:
wn0mdwk000dlb:9464
Worker:
54e448de

+40m 31.427s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
5/24/2025 8:58:59 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:10892
Worker:
7ade9f2a

+24m 6.410s 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/24/2025 8:18:25 PM

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

+30ms Processing

Server:
wn0mdwk000d8i:9172
Worker:
3644a63b
+26msOfflineTimeCommitTo3ECommandHandler - Started
+1.437sNo of records retrieved : 331
+3.358sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+3.364sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+11m 57.164s 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/24/2025 7:54:12 PM

+3.206s 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:
280f071e
+26msOfflineTimeCommitTo3ECommandHandler - Started
+1.282sNo of records retrieved : 331
+3.132sProcessing #: 24382506 | FeeUserId - 1464 | Client # - 308825 | Study # - 0018
+3.138sStudy Found: #- 151634 | Timekeeper - 6244 | Office - 45137
+3.142sProcessing #: 24382372 | FeeUserId - 4957 | Client # - 337066 | Study # - 0002
+3.146sStudy Found: #- 152797 | Timekeeper - 6304 | Office - 45121
+3.150sProcessing #: 24382381 | FeeUserId - 4957 | Client # - 337066 | Study # - 0002
+3.154sStudy Found: #- 152797 | Timekeeper - 6304 | Office - 45121
+3.160sProcessing #: 24382361 | FeeUserId - 7338 | Client # - 332695 | Study # - 0003
+3.164sStudy Found: #- 151516 | Timekeeper - 6410 | Office - 45119
+3.168sProcessing #: 24365863 | FeeUserId - 6067 | Client # - 012505 | Study # - 0012
+3.172sStudy Found: #- 145137 | Timekeeper - 3771 | Office - 16000
+3.176sProcessing #: 24382534 | FeeUserId - 6590 | Client # - 005734 | Study # - 0007
+3.181sStudy Found: #- 150106 | Timekeeper - 5046 | Office - 45120
+3.184sProcessing #: 24157170 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+3.188sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+6m 33.613s 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/24/2025 7:42:15 PM

+2.676s 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:
wn1mdwk000it8:2628
Worker:
070c57ad
+26msOfflineTimeCommitTo3ECommandHandler - Started
+983msNo of records retrieved : 331
+2.646sProcessing #: 24157190 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.654sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+2m 36.113s 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/24/2025 7:35:33 PM

+2.880s 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:9172
Worker:
0600c950
+21msOfflineTimeCommitTo3ECommandHandler - Started
+964msNo of records retrieved : 331
+2.767sProcessing #: 24382523 | FeeUserId - 6251 | Client # - 313902 | Study # - 0023
+2.774sStudy Found: #- 151216 | Timekeeper - 6285 | Office - 45120
+2.779sProcessing #: 24382312 | FeeUserId - 6364 | Client # - 005734 | Study # - 0007
+2.785sStudy Found: #- 150106 | Timekeeper - 6323 | Office - 45120
+2.790sProcessing #: 24382360 | FeeUserId - 7338 | Client # - 333485 | Study # - 0005
+2.796sStudy Found: #- 150246 | Timekeeper - 6410 | Office - 45099
+2.801sProcessing #: 24376705 | FeeUserId - 7804 | Client # - 308825 | Study # - 0018
+2.807sStudy Found: #- 151634 | Timekeeper - 6724 | Office - 45137
+2.812sProcessing #: 24382483 | FeeUserId - 7804 | Client # - 308825 | Study # - 0018
+2.818sStudy Found: #- 151634 | Timekeeper - 6724 | Office - 45137
+2.824sProcessing #: 24365739 | FeeUserId - 4868 | Client # - 012481 | Study # - 0007
+2.829sStudy Found: #- 144540 | Timekeeper - 3018 | Office - 13250
+2.834sProcessing #: 24157118 | FeeUserId - 4339 | Client # - 339072 | Study # - 0001
+2.839sStudy Found: #- 153873 | Timekeeper - 4844 | Office - 17750
+2.844sProcessing #: 24157166 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.850sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+1m 18.526s 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/24/2025 7:33:02 PM

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

+7ms Processing

Server:
wn0mdwk000d8i:9172
Worker:
9779f384
+23msOfflineTimeCommitTo3ECommandHandler - Started
+921msNo of records retrieved : 331
+2.581sProcessing #: 24382508 | FeeUserId - 823 | Client # - 000001 | Study # - 0019
+2.587sStudy Found: #- 71133 | Timekeeper - 6293 | Office - 20500
+2.592sProcessing #: 24382327 | FeeUserId - 5665 | Client # - 311491 | Study # - 0016
+2.597sStudy Found: #- 150404 | Timekeeper - 4989 | Office - 45134
+2.603sProcessing #: 24382530 | FeeUserId - 6590 | Client # - 005734 | Study # - 0007
+2.608sStudy Found: #- 150106 | Timekeeper - 5046 | Office - 45120
+2.613sProcessing #: 24382538 | FeeUserId - 6590 | Client # - 338550 | Study # - 0001
+2.618sStudy Found: #- 151640 | Timekeeper - 5046 | Office - 45148
+2.623sProcessing #: 24243873 | FeeUserId - 7728 | Client # - 011613 | Study # - 0001
+2.629sStudy Found: #- 26409 | Timekeeper - 6674 | Office - 20500

+42.383s 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/24/2025 7:31:40 PM

+2.616s 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:
b6268c35
+23msOfflineTimeCommitTo3ECommandHandler - Started
+874msNo of records retrieved : 331
+2.525sProcessing #: 24382504 | FeeUserId - 1464 | Client # - 308825 | Study # - 0018
+2.535sStudy Found: #- 151634 | Timekeeper - 6244 | Office - 45137
+2.540sProcessing #: 24382514 | FeeUserId - 1464 | Client # - 308825 | Study # - 0018
+2.546sStudy Found: #- 151634 | Timekeeper - 6244 | Office - 45137
+2.551sProcessing #: 24382248 | FeeUserId - 150 | Client # - 337218 | Study # - 0002
+2.557sStudy Found: #- 150525 | Timekeeper - 6319 | Office - 45109
+2.562sProcessing #: 24382256 | FeeUserId - 150 | Client # - 337218 | Study # - 0002
+2.567sStudy Found: #- 150525 | Timekeeper - 6319 | Office - 45109
+2.574sProcessing #: 24382405 | FeeUserId - 5334 | Client # - 000001 | Study # - 0019
+2.580sStudy Found: #- 71133 | Timekeeper - 6284 | Office - 20500
+2.585sProcessing #: 24382279 | FeeUserId - 5618 | Client # - 014069 | Study # - 0010
+2.590sStudy Found: #- 144372 | Timekeeper - 6056 | Office - 11000
+2.596sProcessing #: 24243864 | FeeUserId - 7728 | Client # - 309070 | Study # - 0001
+2.601sStudy Found: #- 82862 | Timekeeper - 6674 | Office - 20500

+42.990s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
5/24/2025 7:30:53 PM

+3.473s 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:
f02b15c2
+21msOfflineTimeCommitTo3ECommandHandler - Started
+1.475sNo of records retrieved : 331
+3.366sProcessing #: 24382467 | FeeUserId - 3246 | Client # - 313902 | Study # - 0023
+3.372sStudy Found: #- 151216 | Timekeeper - 6291 | Office - 45120
+3.378sProcessing #: 24382392 | FeeUserId - 4957 | Client # - 000001 | Study # - 0019
+3.385sStudy Found: #- 71133 | Timekeeper - 6304 | Office - 20500
+3.392sProcessing #: 24382384 | FeeUserId - 4957 | Client # - 337066 | Study # - 0002
+3.398sStudy Found: #- 152797 | Timekeeper - 6304 | Office - 45121
+3.406sProcessing #: 24178053 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+3.412sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+3.419sProcessing #: 24382511 | FeeUserId - 823 | Client # - 000001 | Study # - 0019
+3.425sStudy Found: #- 71133 | Timekeeper - 6293 | Office - 20500
+3.435sProcessing #: 24178029 | FeeUserId - 5332 | Client # - 338427 | Study # - 0001
+3.441sStudy Found: #- 150795 | Timekeeper - 6394 | Office - 16500
+3.447sProcessing #: 24157162 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+3.453sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+7ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/24/2025 7:30:09 PM Created