IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #1110980
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
1762853400

State

11/11/2025 2:03:10 PM (+150ms) 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)

+97ms Processing

Server:
dw0sdwk000ewl:7468
Worker:
2963ff56

+1h 54m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

Retry attempt 10 of 10: Nullable object must have a value.

Enqueue at:
11/11/2025 2:03:01 PM

+4.060s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 118
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 93
   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 157
   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)

+60ms Processing

Server:
dw0sdwk000ewl:6768
Worker:
aa8e1696
+93msOfflineTimeCommitTo3ECommandHandler - Started
+1.497sNo of records retrieved : 415

+1h 8m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/11/2025 12:08:29 PM

+380ms 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 Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance(IServiceProvider provider, Type type)
   at Hangfire.AspNetCore.AspNetCoreJobActivatorScope.Resolve(Type type)
   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.<>c__DisplayClass9_1.<PerformJobWithFilters>b__2()
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_1.<PerformJobWithFilters>b__2()
   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)

+160ms Processing

Server:
dw0sdwk000ewl:7468
Worker:
08ccf092

+42m 13.240s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/11/2025 10:59:34 AM

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

+106ms Processing

Server:
dw0sdwk000ewl:5100
Worker:
6a1b4aed

+23m 17.450s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
11/11/2025 10:17:23 AM

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

+170ms Processing

Server:
wvdappdevv2-16:25008
Worker:
a29cf112

+10m 57.066s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

Retry attempt 6 of 10: Nullable object must have a value.

Enqueue at:
11/11/2025 9:54:03 AM

+3.596s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 118
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 93
   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 157
   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:
dw0sdwk000ewl:6856
Worker:
1deae954
+45msOfflineTimeCommitTo3ECommandHandler - Started
+1.650sNo of records retrieved : 415

+4m 56.770s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 5 of 10: Nullable object must have a value.

Enqueue at:
11/11/2025 9:43:01 AM

+3.413s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 118
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 93
   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 157
   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)

+7.623s Processing

Server:
dw0sdwk000ewl:6856
Worker:
e01f10a0
+56msOfflineTimeCommitTo3ECommandHandler - Started
+1.104sNo of records retrieved : 415

+3m 14.704s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+6ms Scheduled

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

Enqueue at:
11/11/2025 9:37:56 AM

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

+156ms Processing

Server:
wvdappdevv2-16:25976
Worker:
75f49292

+1m 41.750s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
11/11/2025 9:34:36 AM

+1m 48.293s 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 324
   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)

+67ms Processing

Server:
dw0sdwk000ewl:6856
Worker:
f8687479
+78msOfflineTimeCommitTo3ECommandHandler - Started
+962msNo of records retrieved : 415
+4.128sProcessing #: 24314146 | FeeUserId - 3245 | Client # - 309134 | Study # - 0007
+4.139sStudy Found: #- 150737 | Timekeeper - 6302 | Office - 45122
+4.146sProcessing #: 24314449 | FeeUserId - 7103 | Client # - 332121 | Study # - 0005
+4.152sStudy Found: #- 150410 | Timekeeper - 5016 | Office - 45131
+4.160sProcessing #: 17864852 | FeeUserId - 7223 | Client # - 302822 | Study # - 0005
+4.167sStudy Found: #- 121172 | Timekeeper - 3926 | Office - 13250
+4.174sProcessing #: 17891795 | FeeUserId - 7223 | Client # - 308395 | Study # - 0004
+4.182sStudy Found: #- 111275 | Timekeeper - 3926 | Office - 17000
+4.192sProcessing #: 17908476 | FeeUserId - 7223 | Client # - 301992 | Study # - 0004
+4.204sStudy Found: #- 91175 | Timekeeper - 3926 | Office - 18750
+4.215sProcessing #: 24317401 | FeeUserId - 6659 | Client # - 308525 | Study # - 0006
+4.234sStudy Found: #- 147738 | Timekeeper - 2 | Office - 18000
+4.246sProcessing #: 24318275 | FeeUserId - 6659 | Client # - 011606 | Study # - 0011
+4.264sStudy Found: #- 148203 | Timekeeper - 2 | Office - 13500
+4.274sProcessing #: 24318273 | FeeUserId - 6659 | Client # - 012969 | Study # - 0010
+4.281sStudy Found: #- 147137 | Timekeeper - 2 | Office - 16000
+4.293sProcessing #: 24318604 | FeeUserId - 6659 | Client # - 010344 | Study # - 0011
+4.301sStudy Found: #- 148451 | Timekeeper - 2 | Office - 14250
+4.307sProcessing #: 24318630 | FeeUserId - 6659 | Client # - 302107 | Study # - 0006
+4.317sStudy Found: #- 146884 | Timekeeper - 2 | Office - 20250
+4.325sProcessing #: 24318655 | FeeUserId - 6659 | Client # - 013292 | Study # - 0010
+4.332sStudy Found: #- 147618 | Timekeeper - 2 | Office - 15500
+4.339sProcessing #: 24314167 | FeeUserId - 3245 | Client # - 309134 | Study # - 0007
+4.350sStudy Found: #- 150737 | Timekeeper - 6302 | Office - 45122
+4.357sProcessing #: 24314189 | FeeUserId - 7475 | Client # - 338598 | Study # - 0001
+4.364sStudy Found: #- 151875 | Timekeeper - 6524 | Office - 45137
+4.372sProcessing #: 17864850 | FeeUserId - 7223 | Client # - 011526 | Study # - 0008
+4.378sStudy Found: #- 90046 | Timekeeper - 3926 | Office - 22000
+4.390sProcessing #: 17878769 | FeeUserId - 7223 | Client # - 009506 | Study # - 0010
+4.397sStudy Found: #- 115348 | Timekeeper - 3926 | Office - 20500
+4.404sProcessing #: 17891797 | FeeUserId - 7223 | Client # - 002801 | Study # - 0017
+4.413sStudy Found: #- 115390 | Timekeeper - 3926 | Office - 17000
+4.433sProcessing #: 17908479 | FeeUserId - 7223 | Client # - 305525 | Study # - 0004
+4.444sStudy Found: #- 118651 | Timekeeper - 3926 | Office - 15000
+4.453sProcessing #: 20568145 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+4.465sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+4.484sProcessing #: 24317991 | FeeUserId - 6659 | Client # - 304710 | Study # - 0008
+4.494sStudy Found: #- 149230 | Timekeeper - 2 | Office - 17750
+4.503sProcessing #: 24318272 | FeeUserId - 6659 | Client # - 012706 | Study # - 0009
+4.511sStudy Found: #- 147133 | Timekeeper - 2 | Office - 11000
+4.523sProcessing #: 24318263 | FeeUserId - 6659 | Client # - 001361 | Study # - 0011
+4.530sStudy Found: #- 149068 | Timekeeper - 2 | Office - 11000
+4.537sProcessing #: 24318656 | FeeUserId - 6659 | Client # - 013658 | Study # - 0013
+4.543sStudy Found: #- 150985 | Timekeeper - 2 | Office - 11000
+4.550sProcessing #: 24314147 | FeeUserId - 3245 | Client # - 309134 | Study # - 0007
+4.557sStudy Found: #- 150737 | Timekeeper - 6302 | Office - 45122
+4.565sProcessing #: 24313873 | FeeUserId - 4171 | Client # - 334582 | Study # - 0005
+4.573sStudy Found: #- 150288 | Timekeeper - 5952 | Office - 45120
+4.583sProcessing #: 17864855 | FeeUserId - 7223 | Client # - 300825 | Study # - 0005
+4.590sStudy Found: #- 114153 | Timekeeper - 3926 | Office - 17250
+4.596sProcessing #: 17891799 | FeeUserId - 7223 | Client # - 011684 | Study # - 0009
+4.603sStudy Found: #- 116721 | Timekeeper - 3926 | Office - 13250
+4.610sProcessing #: 17891805 | FeeUserId - 7223 | Client # - 303256 | Study # - 0006
+4.617sStudy Found: #- 116021 | Timekeeper - 3926 | Office - 18250
+4.623sProcessing #: 24316707 | FeeUserId - 6463 | Client # - 010038 | Study # - 0019
+4.630sStudy Found: #- 152069 | Timekeeper - 6025 | Office - 19250
+4.636sProcessing #: 24318270 | FeeUserId - 6659 | Client # - 014305 | Study # - 0010
+4.647sStudy Found: #- 147047 | Timekeeper - 2 | Office - 13750
+4.658sProcessing #: 24318271 | FeeUserId - 6659 | Client # - 010196 | Study # - 0016
+4.666sStudy Found: #- 149359 | Timekeeper - 2 | Office - 13000
+4.676sProcessing #: 24318477 | FeeUserId - 6659 | Client # - 301046 | Study # - 0005
+4.683sStudy Found: #- 117926 | Timekeeper - 2 | Office - 17750
+4.708sProcessing #: 24318636 | FeeUserId - 6659 | Client # - 301487 | Study # - 0007
+4.716sStudy Found: #- 147487 | Timekeeper - 2 | Office - 13000
+4.726sProcessing #: 24318650 | FeeUserId - 6659 | Client # - 009226 | Study # - 0010
+4.738sStudy Found: #- 148629 | Timekeeper - 2 | Office - 10000
+4.746sProcessing #: 24314149 | FeeUserId - 3245 | Client # - 309134 | Study # - 0007
+4.753sStudy Found: #- 150737 | Timekeeper - 6302 | Office - 45122
+4.761sProcessing #: 17864856 | FeeUserId - 7223 | Client # - 304631 | Study # - 0005
+4.768sStudy Found: #- 120287 | Timekeeper - 3926 | Office - 19250
+4.774sProcessing #: 17878763 | FeeUserId - 7223 | Client # - 301713 | Study # - 0001
+4.782sStudy Found: #- 108572 | Timekeeper - 3926 | Office - 11000
+4.789sProcessing #: 17891801 | FeeUserId - 7223 | Client # - 328321 | Study # - 0001
+4.800sStudy Found: #- 120840 | Timekeeper - 3926 | Office - 16750
+4.807sProcessing #: 20557280 | FeeUserId - 431 | Client # - 005426 | Study # - TCS11503
+4.813sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+4.825sProcessing #: 24318025 | FeeUserId - 6659 | Client # - 339261 | Study # - 0001
+4.833sStudy Found: #- 154736 | Timekeeper - 2 | Office - 13000
+4.841sProcessing #: 24318267 | FeeUserId - 6659 | Client # - 300022 | Study # - 0007
+4.847sStudy Found: #- 146916 | Timekeeper - 2 | Office - 13250
+4.864sProcessing #: 24318260 | FeeUserId - 6659 | Client # - 013500 | Study # - 0011
+4.871sStudy Found: #- 147453 | Timekeeper - 2 | Office - 13750
+4.881sProcessing #: 24318640 | FeeUserId - 6659 | Client # - 305820 | Study # - 0006
+4.890sStudy Found: #- 148853 | Timekeeper - 2 | Office - 19250
+4.906sProcessing #: 24318620 | FeeUserId - 6659 | Client # - 304476 | Study # - 0007
+4.914sStudy Found: #- 149234 | Timekeeper - 2 | Office - 15500
+4.922sProcessing #: 24318615 | FeeUserId - 6659 | Client # - 009151 | Study # - 0019
+4.934sStudy Found: #- 148560 | Timekeeper - 2 | Office - 15500
+4.949sProcessing #: 24314144 | FeeUserId - 3245 | Client # - 000001 | Study # - 0019
+4.966sStudy Found: #- 71133 | Timekeeper - 6302 | Office - 20500
+4.976sProcessing #: 24314187 | FeeUserId - 7475 | Client # - 338598 | Study # - 0001
+4.989sStudy Found: #- 151875 | Timekeeper - 6524 | Office - 45137
+4.995sProcessing #: 17864854 | FeeUserId - 7223 | Client # - 012344 | Study # - 0007
+5.003sStudy Found: #- 118013 | Timekeeper - 3926 | Office - 10000
+5.010sProcessing #: 17878770 | FeeUserId - 7223 | Client # - 307993 | Study # - 0003
+5.016sStudy Found: #- 121664 | Timekeeper - 3926 | Office - 11000
+5.022sProcessing #: 17891804 | FeeUserId - 7223 | Client # - 328144 | Study # - 0001
+5.029sStudy Found: #- 120578 | Timekeeper - 3926 | Office - 16750
+5.035sProcessing #: 20784135 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+5.042sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+5.051sProcessing #: 24318024 | FeeUserId - 6659 | Client # - 009298 | Study # - 0012
+5.058sStudy Found: #- 148550 | Timekeeper - 2 | Office - 17250
+5.064sProcessing #: 24318269 | FeeUserId - 6659 | Client # - 301290 | Study # - 0008
+5.078sStudy Found: #- 147562 | Timekeeper - 2 | Office - 16500
+5.085sProcessing #: 24318261 | FeeUserId - 6659 | Client # - 009224 | Study # - 0014
+5.092sStudy Found: #- 151011 | Timekeeper - 2 | Office - 12000
+5.099sProcessing #: 24318644 | FeeUserId - 6659 | Client # - 009164 | Study # - 0013
+5.105sStudy Found: #- 150949 | Timekeeper - 2 | Office - 22250
+5.112sProcessing #: 24318631 | FeeUserId - 6659 | Client # - 301516 | Study # - 0013
+5.128sStudy Found: #- 147587 | Timekeeper - 2 | Office - 21750
+5.139sProcessing #: 24314186 | FeeUserId - 7475 | Client # - 315155 | Study # - 0004
+5.159sStudy Found: #- 153113 | Timekeeper - 6524 | Office - 45134
+5.166sProcessing #: 24314436 | FeeUserId - 7103 | Client # - 332121 | Study # - 0005
+5.173sStudy Found: #- 150410 | Timekeeper - 5016 | Office - 45131
+5.180sProcessing #: 17878760 | FeeUserId - 7223 | Client # - 306257 | Study # - 0003
+5.187sStudy Found: #- 112942 | Timekeeper - 3926 | Office - 10500
+5.195sProcessing #: 17891798 | FeeUserId - 7223 | Client # - 302777 | Study # - 0005
+5.205sStudy Found: #- 115909 | Timekeeper - 3926 | Office - 12250
+5.212sProcessing #: 17908480 | FeeUserId - 7223 | Client # - 305853 | Study # - 0004
+5.219sStudy Found: #- 128818 | Timekeeper - 3926 | Office - 19500
+5.226sProcessing #: 20399525 | FeeUserId - 431 | Client # - 010576 | Study # - TCS11525
+5.242sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+5.252sProcessing #: 24317924 | FeeUserId - 6659 | Client # - 009639 | Study # - 0011
+5.264sStudy Found: #- 148521 | Timekeeper - 2 | Office - 17750
+5.282sProcessing #: 24318264 | FeeUserId - 6659 | Client # - 011721 | Study # - 0011
+5.292sStudy Found: #- 148186 | Timekeeper - 2 | Office - 13500
+5.299sProcessing #: 24318266 | FeeUserId - 6659 | Client # - 319701 | Study # - 0006
+5.306sStudy Found: #- 147500 | Timekeeper - 2 | Office - 11000
+5.313sProcessing #: 24318653 | FeeUserId - 6659 | Client # - 010627 | Study # - 0010
+5.323sStudy Found: #- 148515 | Timekeeper - 2 | Office - 15750
+5.331sProcessing #: 24318614 | FeeUserId - 6659 | Client # - 005810 | Study # - 0014
+5.339sStudy Found: #- 148935 | Timekeeper - 2 | Office - 11000
+5.345sProcessing #: 24314166 | FeeUserId - 3245 | Client # - 309134 | Study # - 0007
+5.352sStudy Found: #- 150737 | Timekeeper - 6302 | Office - 45122
+5.361sProcessing #: 17864857 | FeeUserId - 7223 | Client # - 009765 | Study # - 0009
+5.367sStudy Found: #- 109460 | Timekeeper - 3926 | Office - 20500
+5.374sProcessing #: 17878762 | FeeUserId - 7223 | Client # - 008825 | Study # - 0014
+5.380sStudy Found: #- 108571 | Timekeeper - 3926 | Office - 11000
+5.386sProcessing #: 17891800 | FeeUserId - 7223 | Client # - 011132 | Study # - 0013
+5.396sStudy Found: #- 117784 | Timekeeper - 3926 | Office - 21250
+5.408sProcessing #: 20586657 | FeeUserId - 431 | Client # - 005426 | Study # - TCS11503
+5.418sStudy Found: #- -1 | Timekeeper - 6267 | Office -
+5.438sProcessing #: 24318262 | FeeUserId - 6659 | Client # - 012752 | Study # - 0011
+5.448sStudy Found: #- 147112 | Timekeeper - 2 | Office - 15500
+5.462sProcessing #: 24318268 | FeeUserId - 6659 | Client # - 011451 | Study # - 0006
+5.469sStudy Found: #- 148218 | Timekeeper - 2 | Office - 13500
+5.477sProcessing #: 24318259 | FeeUserId - 6659 | Client # - 304883 | Study # - 0007
+5.483sStudy Found: #- 149224 | Timekeeper - 2 | Office - 13750
+5.489sProcessing #: 24318643 | FeeUserId - 6659 | Client # - 005538 | Study # - 0017
+5.496sStudy Found: #- 148878 | Timekeeper - 2 | Office - 13000
+5.503sProcessing #: 24318651 | FeeUserId - 6659 | Client # - 005870 | Study # - 0014
+5.511sStudy Found: #- 148960 | Timekeeper - 2 | Office - 19250
+5.518sProcessing #: 24318646 | FeeUserId - 6659 | Client # - 009176 | Study # - 0023
+5.526sStudy Found: #- 148609 | Timekeeper - 2 | Office - 11000
+5.532sProcessing #: 24313785 | FeeUserId - 6331 | Client # - 000001 | Study # - 0019
+5.539sStudy Found: #- 71133 | Timekeeper - 6301 | Office - 20500
+5.548sProcessing #: 24314437 | FeeUserId - 7103 | Client # - 332121 | Study # - 0005
+5.571sStudy Found: #- 150410 | Timekeeper - 5016 | Office - 45131
+5.596sProcessing #: 17870303 | FeeUserId - 7223 | Client # - 333387 | Study # - 0006
+5.604sStudy Found: #- 128873 | Timekeeper - 3926 | Office - 19250
+5.612sProcessing #: 17891802 | FeeUserId - 7223 | Client # - 003004 | Study # - 0019
+5.636sStudy Found: #- 117174 | Timekeeper - 3926 | Office - 11000
+5.647sProcessing #: 17908478 | FeeUserId - 7223 | Client # - 301992 | Study # - 0005
+5.658sStudy Found: #- 114961 | Timekeeper - 3926 | Office - 18750
+5.676sProcessing #: 24317395 | FeeUserId - 6659 | Client # - 012723 | Study # - 0011
+5.687sStudy Found: #- 147201 | Timekeeper - 2 | Office - 20000
+5.694sProcessing #: 24318265 | FeeUserId - 6659 | Client # - 012430 | Study # - 0009
+5.702sStudy Found: #- 147786 | Timekeeper - 2 | Office - 15500
+5.717sProcessing #: 24318274 | FeeUserId - 6659 | Client # - 011763 | Study # - 0011
+5.724sStudy Found: #- 150980 | Timekeeper - 2 | Office - 13500
+5.730sProcessing #: 24318616 | FeeUserId - 6659 | Client # - 014580 | Study # - 0010
+5.741sStudy Found: #- 147054 | Timekeeper - 2 | Office - 17750
+5.750sProcessing #: 24318657 | FeeUserId - 6659 | Client # - 007616 | Study # - 0015
+5.757sStudy Found: #- 148679 | Timekeeper - 2 | Office - 15500
+5.764sProcessing #: 24318618 | FeeUserId - 6659 | Client # - 014005 | Study # - 0010
+5.772sStudy Found: #- 147374 | Timekeeper - 2 | Office - 11000
+5.783sProcessing #: 24318645 | FeeUserId - 6659 | Client # - 014891 | Study # - 0008
+5.790sStudy Found: #- 146920 | Timekeeper - 2 | Office - 12000
+5.797sProcessing #: 24318623 | FeeUserId - 6659 | Client # - 011739 | Study # - 0011
+5.804sStudy Found: #- 148181 | Timekeeper - 2 | Office - 13500
+5.809sProcessing #: 24318649 | FeeUserId - 6659 | Client # - 009771 | Study # - 0013
+5.817sStudy Found: #- 148438 | Timekeeper - 2 | Office - 17750
+5.823sProcessing #: 24319827 | FeeUserId - 6659 | Client # - 001102 | Study # - 0017
+5.830sStudy Found: #- 153984 | Timekeeper - 2 | Office - 10750
+5.853sProcessing #: 24319983 | FeeUserId - 6659 | Client # - 339139 | Study # - 0001
+5.859sStudy Found: #- 154117 | Timekeeper - 2 | Office - 14250
+5.866sProcessing #: 19845317 | FeeUserId - 6659 | Client # - 311601 | Study # - 0009
+5.872sStudy Found: #- 133273 | Timekeeper - 2 | Office - 13250
+5.878sProcessing #: 20211185 | FeeUserId - 6659 | Client # - 328769 | Study # - 0004
+5.886sStudy Found: #- 140230 | Timekeeper - 2 | Office - 17750
+5.894sProcessing #: 20485951 | FeeUserId - 5856 | Client # - 009300 | Study # - TCS14842
+5.900sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+5.909sProcessing #: 20521437 | FeeUserId - 4088 | Client # - 008501 | Study # - TCS2597
+5.917sStudy Found: #- -1 | Timekeeper - 6070 | Office -
+5.925sProcessing #: 20525277 | FeeUserId - 3224 | Client # - 318158 | Study # - TCS0001
+5.932sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+5.940sProcessing #: 20550294 | FeeUserId - 5856 | Client # - 011252 | Study # - TCS14653
+5.947sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+5.955sProcessing #: 24318648 | FeeUserId - 6659 | Client # - 008552 | Study # - 0025
+5.964sStudy Found: #- 148567 | Timekeeper - 2 | Office - 10000
+5.970sSending to 3E: Started

+27.033s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 2 of 10: Nullable object must have a value.

Enqueue at:
11/11/2025 9:31:03 AM

+2.987s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 118
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 93
   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 157
   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:
dw0sdwk000ewl:6856
Worker:
1deae954
+27msOfflineTimeCommitTo3ECommandHandler - Started
+1.086sNo of records retrieved : 415

+39.490s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+6ms Scheduled

Retry attempt 1 of 10: Nullable object must have a value.

Enqueue at:
11/11/2025 9:30:36 AM

+4.257s Failed

An exception occurred during performance of the job.

System.InvalidOperationException

Nullable object must have a value.

System.InvalidOperationException: Nullable object must have a value.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.<>c.<GetBillingDetails>b__13_0(TimeEntryDto m) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 82
   at System.Linq.Enumerable.SelectListIterator`2.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetBillingDetails(IEnumerable`1 projectDetailRequests) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 118
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.GetBillingDetails(IEnumerable`1 timeEntries) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 93
   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 157
   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)

+33ms Processing

Server:
dw0sdwk000ewl:6856
Worker:
e01f10a0
+65msOfflineTimeCommitTo3ECommandHandler - Started
+1.099sNo of records retrieved : 415

+7ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

11/11/2025 9:30:00 AM Created