IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #1106203
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
1762435802

State

11/6/2025 6:03:15 PM (+4.414s) 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:1700
Worker:
54005320
+140msOfflineTimeCommitTo3ECommandHandler - Started
+2.211sNo of records retrieved : 415

+1h 52m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+10ms Scheduled

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

Enqueue at:
11/6/2025 6:03:09 PM

+23.073s 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 System.Nullable`1.get_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.JsonSerializer.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at Newtonsoft.Json.JsonConvert.SerializeObject(Object value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.SerializeObject(Object value)
   at AG.A1.Framework.Extensions.ObjectExtensions.ToJsonEx[T](T input) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Extensions\ObjectExtensions.cs:line 115
   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 113
   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 92
   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)

+80ms Processing

Server:
dw0sdwk000ewl:1700
Worker:
7c1b59d4
+153msOfflineTimeCommitTo3ECommandHandler - Started
+6.397sNo of records retrieved : 415

+1h 11m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
11/6/2025 4:10:35 PM

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

+67ms Processing

Server:
dw0sdwk000ewl:6768
Worker:
bfc058bc
+128msOfflineTimeCommitTo3ECommandHandler - Started
+1.122sNo of records retrieved : 415

+41m 58.420s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
11/6/2025 2:58:54 PM

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

+117ms Processing

Server:
dw0sdwk000ewl:6768
Worker:
0216b721
+177msOfflineTimeCommitTo3ECommandHandler - Started
+2.130sNo of records retrieved : 415

+22m 47.327s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 7 of 10: Request failed with status code InternalServerErr…

Enqueue at:
11/6/2025 2:16:44 PM

+34.380s Failed

An exception occurred during performance of the job.

System.Net.Http.HttpRequestException

Request failed with status code InternalServerError

System.Net.Http.HttpRequestException: Request failed with status code InternalServerError
   at AG.A1.Framework.Rest.RESTClient.HandleResponse[T](RestResponse restResponse) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 389
   at AG.A1.Framework.Rest.RESTClient.ExecutePOSTAsync[T](IRESTEndpoint apiEndpoint, IDictionary`2 headers, IDictionary`2 bodyParameters, IDictionary`2 urlParameters) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 274
   at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.OfflineSubmit(List`1 currentUserEntries) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 217
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.UpdateOfflineSubmitEntries() in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 433
   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 71
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+33ms Processing

Server:
dw0sdwk000ewl:6768
Worker:
f47ab918
+48msOfflineTimeCommitTo3ECommandHandler - Started
+1.127sNo of records retrieved : 415
+4.723sProcessing #: 24314451 | FeeUserId - 497 | Client # - 338659 | Study # - 0001
+4.732sStudy Found: #- 152071 | Timekeeper - 3426 | Office - 50137
+4.752sProcessing #: 23949783 | FeeUserId - 5947 | Client # - 338571 | Study # - 0001
+4.761sStudy Found: #- 151759 | Timekeeper - 1756 | Office - 18500
+4.773sProcessing #: 24318262 | FeeUserId - 6659 | Client # - 012752 | Study # - 0011
+4.781sStudy Found: #- 147112 | Timekeeper - 2 | Office - 15500
+4.793sProcessing #: 24318268 | FeeUserId - 6659 | Client # - 011451 | Study # - 0006
+4.803sStudy Found: #- 148218 | Timekeeper - 2 | Office - 13500
+4.811sProcessing #: 24318259 | FeeUserId - 6659 | Client # - 304883 | Study # - 0007
+4.819sStudy Found: #- 149224 | Timekeeper - 2 | Office - 13750
+4.825sProcessing #: 24318643 | FeeUserId - 6659 | Client # - 005538 | Study # - 0017
+4.834sStudy Found: #- 148878 | Timekeeper - 2 | Office - 13000
+4.842sProcessing #: 24318651 | FeeUserId - 6659 | Client # - 005870 | Study # - 0014
+4.850sStudy Found: #- 148960 | Timekeeper - 2 | Office - 19250
+4.858sProcessing #: 24318646 | FeeUserId - 6659 | Client # - 009176 | Study # - 0023
+4.866sStudy Found: #- 148609 | Timekeeper - 2 | Office - 11000
+4.874sProcessing #: 24318626 | FeeUserId - 6659 | Client # - 005843 | Study # - 0028
+4.883sStudy Found: #- 148873 | Timekeeper - 2 | Office - 15000
+4.898sProcessing #: 24318627 | FeeUserId - 6659 | Client # - 006460 | Study # - 0013
+4.906sStudy Found: #- 148924 | Timekeeper - 2 | Office - 15500
+4.914sProcessing #: 24318642 | FeeUserId - 6659 | Client # - 008363 | Study # - 0023
+4.922sStudy Found: #- 148564 | Timekeeper - 2 | Office - 10000
+4.930sProcessing #: 24314427 | FeeUserId - 497 | Client # - 303433 | Study # - 0002
+4.942sStudy Found: #- 60395 | Timekeeper - 3426 | Office - 50142
+4.953sProcessing #: 24317401 | FeeUserId - 6659 | Client # - 308525 | Study # - 0006
+4.962sStudy Found: #- 147738 | Timekeeper - 2 | Office - 18000
+4.970sProcessing #: 24318275 | FeeUserId - 6659 | Client # - 011606 | Study # - 0011
+4.978sStudy Found: #- 148203 | Timekeeper - 2 | Office - 13500
+4.986sProcessing #: 24318273 | FeeUserId - 6659 | Client # - 012969 | Study # - 0010
+4.995sStudy Found: #- 147137 | Timekeeper - 2 | Office - 16000
+5.002sProcessing #: 24318604 | FeeUserId - 6659 | Client # - 010344 | Study # - 0011
+5.010sStudy Found: #- 148451 | Timekeeper - 2 | Office - 14250
+5.024sProcessing #: 24318630 | FeeUserId - 6659 | Client # - 302107 | Study # - 0006
+5.033sStudy Found: #- 146884 | Timekeeper - 2 | Office - 20250
+5.040sProcessing #: 24318655 | FeeUserId - 6659 | Client # - 013292 | Study # - 0010
+5.048sStudy Found: #- 147618 | Timekeeper - 2 | Office - 15500
+5.055sProcessing #: 24318634 | FeeUserId - 6659 | Client # - 009402 | Study # - 0024
+5.062sStudy Found: #- 148556 | Timekeeper - 2 | Office - 20500
+5.070sProcessing #: 24318617 | FeeUserId - 6659 | Client # - 011726 | Study # - 0010
+5.078sStudy Found: #- 148185 | Timekeeper - 2 | Office - 13750
+5.087sProcessing #: 24318638 | FeeUserId - 6659 | Client # - 009557 | Study # - 0024
+5.095sStudy Found: #- 151012 | Timekeeper - 2 | Office - 17750
+5.103sProcessing #: 24319620 | FeeUserId - 6659 | Client # - 303757 | Study # - 0007
+5.111sStudy Found: #- 145491 | Timekeeper - 2 | Office - 19250
+5.118sProcessing #: 20893318 | FeeUserId - 5878 | Client # - 301648 | Study # - TCS0001
+5.126sStudy Found: #- -1 | Timekeeper - 1794 | Office -
+5.134sProcessing #: 24318025 | FeeUserId - 6659 | Client # - 339261 | Study # - 0001
+5.142sStudy Found: #- 154736 | Timekeeper - 2 | Office - 13000
+5.150sProcessing #: 24318267 | FeeUserId - 6659 | Client # - 300022 | Study # - 0007
+5.159sStudy Found: #- 146916 | Timekeeper - 2 | Office - 13250
+5.172sProcessing #: 24318260 | FeeUserId - 6659 | Client # - 013500 | Study # - 0011
+5.183sStudy Found: #- 147453 | Timekeeper - 2 | Office - 13750
+5.192sProcessing #: 24318640 | FeeUserId - 6659 | Client # - 305820 | Study # - 0006
+5.200sStudy Found: #- 148853 | Timekeeper - 2 | Office - 19250
+5.210sProcessing #: 24318620 | FeeUserId - 6659 | Client # - 304476 | Study # - 0007
+5.218sStudy Found: #- 149234 | Timekeeper - 2 | Office - 15500
+5.226sProcessing #: 24318615 | FeeUserId - 6659 | Client # - 009151 | Study # - 0019
+5.235sStudy Found: #- 148560 | Timekeeper - 2 | Office - 15500
+5.245sProcessing #: 24318645 | FeeUserId - 6659 | Client # - 014891 | Study # - 0008
+5.253sStudy Found: #- 146920 | Timekeeper - 2 | Office - 12000
+5.261sProcessing #: 24318623 | FeeUserId - 6659 | Client # - 011739 | Study # - 0011
+5.269sStudy Found: #- 148181 | Timekeeper - 2 | Office - 13500
+5.277sProcessing #: 24318649 | FeeUserId - 6659 | Client # - 009771 | Study # - 0013
+5.285sStudy Found: #- 148438 | Timekeeper - 2 | Office - 17750
+5.292sProcessing #: 24319827 | FeeUserId - 6659 | Client # - 001102 | Study # - 0017
+5.300sStudy Found: #- 153984 | Timekeeper - 2 | Office - 10750
+5.309sProcessing #: 24314443 | FeeUserId - 497 | Client # - 303433 | Study # - 0002
+5.317sStudy Found: #- 60395 | Timekeeper - 3426 | Office - 50142
+5.325sProcessing #: 24316707 | FeeUserId - 6463 | Client # - 010038 | Study # - 0019
+5.335sStudy Found: #- 152069 | Timekeeper - 6025 | Office - 19250
+5.345sProcessing #: 24318270 | FeeUserId - 6659 | Client # - 014305 | Study # - 0010
+5.353sStudy Found: #- 147047 | Timekeeper - 2 | Office - 13750
+5.360sProcessing #: 24318271 | FeeUserId - 6659 | Client # - 010196 | Study # - 0016
+5.368sStudy Found: #- 149359 | Timekeeper - 2 | Office - 13000
+5.375sProcessing #: 24318477 | FeeUserId - 6659 | Client # - 301046 | Study # - 0005
+5.384sStudy Found: #- 117926 | Timekeeper - 2 | Office - 17750
+5.391sProcessing #: 24318636 | FeeUserId - 6659 | Client # - 301487 | Study # - 0007
+5.402sStudy Found: #- 147487 | Timekeeper - 2 | Office - 13000
+5.410sProcessing #: 24318650 | FeeUserId - 6659 | Client # - 009226 | Study # - 0010
+5.418sStudy Found: #- 148629 | Timekeeper - 2 | Office - 10000
+5.426sProcessing #: 24318639 | FeeUserId - 6659 | Client # - 307408 | Study # - 0006
+5.434sStudy Found: #- 147733 | Timekeeper - 2 | Office - 20500
+5.442sProcessing #: 24318658 | FeeUserId - 6659 | Client # - 013710 | Study # - 0009
+5.449sStudy Found: #- 147278 | Timekeeper - 2 | Office - 20250
+5.457sProcessing #: 24318628 | FeeUserId - 6659 | Client # - 009886 | Study # - 0023
+5.465sStudy Found: #- 148493 | Timekeeper - 2 | Office - 13000
+5.473sProcessing #: 24319611 | FeeUserId - 6659 | Client # - 007329 | Study # - 0026
+5.480sStudy Found: #- 148705 | Timekeeper - 2 | Office - 13000
+5.487sProcessing #: 24319977 | FeeUserId - 6659 | Client # - 001088 | Study # - 0015
+5.495sStudy Found: #- 155006 | Timekeeper - 2 | Office - 19250
+5.502sProcessing #: 24314440 | FeeUserId - 498 | Client # - 303433 | Study # - 0002
+5.510sStudy Found: #- 60395 | Timekeeper - 3426 | Office - 50142
+5.523sProcessing #: 24317395 | FeeUserId - 6659 | Client # - 012723 | Study # - 0011
+5.530sStudy Found: #- 147201 | Timekeeper - 2 | Office - 20000
+5.538sProcessing #: 24318265 | FeeUserId - 6659 | Client # - 012430 | Study # - 0009
+5.547sStudy Found: #- 147786 | Timekeeper - 2 | Office - 15500
+5.555sProcessing #: 24318274 | FeeUserId - 6659 | Client # - 011763 | Study # - 0011
+5.564sStudy Found: #- 150980 | Timekeeper - 2 | Office - 13500
+5.571sProcessing #: 24318616 | FeeUserId - 6659 | Client # - 014580 | Study # - 0010
+5.580sStudy Found: #- 147054 | Timekeeper - 2 | Office - 17750
+5.590sProcessing #: 24318657 | FeeUserId - 6659 | Client # - 007616 | Study # - 0015
+5.598sStudy Found: #- 148679 | Timekeeper - 2 | Office - 15500
+5.605sProcessing #: 24318618 | FeeUserId - 6659 | Client # - 014005 | Study # - 0010
+5.617sStudy Found: #- 147374 | Timekeeper - 2 | Office - 11000
+5.627sProcessing #: 24318624 | FeeUserId - 6659 | Client # - 304540 | Study # - 0006
+5.634sStudy Found: #- 149294 | Timekeeper - 2 | Office - 16500
+5.642sProcessing #: 24318647 | FeeUserId - 6659 | Client # - 301977 | Study # - 0007
+5.670sStudy Found: #- 146880 | Timekeeper - 2 | Office - 15000
+5.676sProcessing #: 24318652 | FeeUserId - 6659 | Client # - 300708 | Study # - 0010
+5.684sStudy Found: #- 149412 | Timekeeper - 2 | Office - 12250
+5.692sProcessing #: 24319824 | FeeUserId - 6659 | Client # - 301264 | Study # - 0008
+5.700sStudy Found: #- 147497 | Timekeeper - 2 | Office - 13000
+5.708sProcessing #: 24319828 | FeeUserId - 6659 | Client # - 004235 | Study # - 0007
+5.715sStudy Found: #- 146214 | Timekeeper - 2 | Office - 14000
+5.722sProcessing #: 24319982 | FeeUserId - 6659 | Client # - 339250 | Study # - 0002
+5.730sStudy Found: #- 154594 | Timekeeper - 2 | Office - 17750
+5.738sProcessing #: 24320051 | FeeUserId - 6659 | Client # - 014553 | Study # - 0010
+5.746sStudy Found: #- 147057 | Timekeeper - 2 | Office - 11500
+5.753sProcessing #: 24320057 | FeeUserId - 6659 | Client # - 011699 | Study # - 0011
+5.765sStudy Found: #- 149414 | Timekeeper - 2 | Office - 19250
+5.773sProcessing #: 24320071 | FeeUserId - 6659 | Client # - 006758 | Study # - 0014
+5.798sStudy Found: #- 148739 | Timekeeper - 2 | Office - 13250
+5.805sProcessing #: 17864850 | FeeUserId - 7223 | Client # - 011526 | Study # - 0008
+5.813sStudy Found: #- 90046 | Timekeeper - 3926 | Office - 22000
+5.821sProcessing #: 17878769 | FeeUserId - 7223 | Client # - 009506 | Study # - 0010
+5.832sStudy Found: #- 115348 | Timekeeper - 3926 | Office - 20500
+5.841sProcessing #: 17891797 | FeeUserId - 7223 | Client # - 002801 | Study # - 0017
+5.849sStudy Found: #- 115390 | Timekeeper - 3926 | Office - 17000
+5.857sProcessing #: 19845309 | FeeUserId - 6659 | Client # - 329424 | Study # - 0003
+5.865sStudy Found: #- 138846 | Timekeeper - 2 | Office - 20250
+5.872sProcessing #: 19877036 | FeeUserId - 6659 | Client # - 305856 | Study # - 0005
+5.881sStudy Found: #- 132449 | Timekeeper - 2 | Office - 20000
+5.889sProcessing #: 20342101 | FeeUserId - 4339 | Client # - 302745 | Study # - TCS0001
+5.897sStudy Found: #- -1 | Timekeeper - 4844 | Office -
+5.910sProcessing #: 24320050 | FeeUserId - 6659 | Client # - 326547 | Study # - 0004
+5.918sStudy Found: #- 147223 | Timekeeper - 2 | Office - 17750
+5.928sProcessing #: 24320063 | FeeUserId - 6659 | Client # - 008364 | Study # - 0015
+5.936sStudy Found: #- 146637 | Timekeeper - 2 | Office - 22000
+5.945sProcessing #: 24320060 | FeeUserId - 6659 | Client # - 307889 | Study # - 0006
+5.953sStudy Found: #- 147673 | Timekeeper - 2 | Office - 15000
+5.963sProcessing #: 24320072 | FeeUserId - 6659 | Client # - 303672 | Study # - 0008
+5.970sStudy Found: #- 152835 | Timekeeper - 2 | Office - 11000
+5.977sProcessing #: 17864854 | FeeUserId - 7223 | Client # - 012344 | Study # - 0007
+5.985sStudy Found: #- 118013 | Timekeeper - 3926 | Office - 10000
+5.993sProcessing #: 17878770 | FeeUserId - 7223 | Client # - 307993 | Study # - 0003
+6sStudy Found: #- 121664 | Timekeeper - 3926 | Office - 11000
+6.009sProcessing #: 19845293 | FeeUserId - 6659 | Client # - 013846 | Study # - 0008
+6.017sStudy Found: #- 137313 | Timekeeper - 2 | Office - 13250
+6.025sProcessing #: 19877118 | FeeUserId - 6659 | Client # - 305831 | Study # - 0005
+6.033sStudy Found: #- 132896 | Timekeeper - 2 | Office - 19750
+6.041sProcessing #: 20426006 | FeeUserId - 5856 | Client # - 300322 | Study # - TCS0001
+6.049sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+6.058sProcessing #: 20483402 | FeeUserId - 5856 | Client # - 011438 | Study # - TCS14766
+6.067sStudy Found: #- -1 | Timekeeper - 2314 | Office -
+6.075sProcessing #: 20525277 | FeeUserId - 3224 | Client # - 318158 | Study # - TCS0001
+6.083sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.091sProcessing #: 24319976 | FeeUserId - 6659 | Client # - 000683 | Study # - 0022
+6.099sStudy Found: #- 155007 | Timekeeper - 2 | Office - 11000
+6.106sProcessing #: 24320052 | FeeUserId - 6659 | Client # - 303442 | Study # - 0008
+6.114sStudy Found: #- 147678 | Timekeeper - 2 | Office - 19250
+6.121sProcessing #: 24320064 | FeeUserId - 6659 | Client # - 301898 | Study # - 0007
+6.130sStudy Found: #- 146963 | Timekeeper - 2 | Office - 11000
+6.136sProcessing #: 24320054 | FeeUserId - 6659 | Client # - 000619 | Study # - 0021
+6.146sStudy Found: #- 149081 | Timekeeper - 2 | Office - 16750
+6.156sProcessing #: 24314449 | FeeUserId - 7103 | Client # - 332121 | Study # - 0005
+6.165sStudy Found: #- 150410 | Timekeeper - 5016 | Office - 45131
+6.173sProcessing #: 17864856 | FeeUserId - 7223 | Client # - 304631 | Study # - 0005
+6.183sStudy Found: #- 120287 | Timekeeper - 3926 | Office - 19250
+6.203sProcessing #: 17878763 | FeeUserId - 7223 | Client # - 301713 | Study # - 0001
+6.214sStudy Found: #- 108572 | Timekeeper - 3926 | Office - 11000
+6.229sProcessing #: 19845317 | FeeUserId - 6659 | Client # - 311601 | Study # - 0009
+6.237sStudy Found: #- 133273 | Timekeeper - 2 | Office - 13250
+6.245sProcessing #: 20211185 | FeeUserId - 6659 | Client # - 328769 | Study # - 0004
+6.253sStudy Found: #- 140230 | Timekeeper - 2 | Office - 17750
+6.261sProcessing #: 20602383 | FeeUserId - 3224 | Client # - 012115 | Study # - TCS0004
+6.268sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.276sProcessing #: 20628928 | FeeUserId - 3224 | Client # - 320488 | Study # - TCS0001
+6.285sStudy Found: #- -1 | Timekeeper - 6175 | Office -
+6.293sProcessing #: 20480631 | FeeUserId - 5878 | Client # - 301648 | Study # - TCS0001
+6.300sStudy Found: #- -1 | Timekeeper - 1794 | Office -
+6.308sProcessing #: 24318024 | FeeUserId - 6659 | Client # - 009298 | Study # - 0012
+6.316sStudy Found: #- 148550 | Timekeeper - 2 | Office - 17250
+6.325sProcessing #: 24318269 | FeeUserId - 6659 | Client # - 301290 | Study # - 0008
+6.332sStudy Found: #- 147562 | Timekeeper - 2 | Office - 16500
+6.340sProcessing #: 24318261 | FeeUserId - 6659 | Client # - 009224 | Study # - 0014
+6.351sStudy Found: #- 151011 | Timekeeper - 2 | Office - 12000
+6.358sProcessing #: 24318644 | FeeUserId - 6659 | Client # - 009164 | Study # - 0013
+6.367sStudy Found: #- 150949 | Timekeeper - 2 | Office - 22250
+6.374sProcessing #: 24318631 | FeeUserId - 6659 | Client # - 301516 | Study # - 0013
+6.382sStudy Found: #- 147587 | Timekeeper - 2 | Office - 21750
+6.390sProcessing #: 24318635 | FeeUserId - 6659 | Client # - 006930 | Study # - 0019
+6.398sStudy Found: #- 149415 | Timekeeper - 2 | Office - 13000
+6.406sProcessing #: 24318625 | FeeUserId - 6659 | Client # - 304673 | Study # - 0026
+6.414sStudy Found: #- 149235 | Timekeeper - 2 | Office - 16500
+6.429sProcessing #: 24318633 | FeeUserId - 6659 | Client # - 010994 | Study # - 0011
+6.438sStudy Found: #- 148413 | Timekeeper - 2 | Office - 22000
+6.446sProcessing #: 24318621 | FeeUserId - 6659 | Client # - 001897 | Study # - 0020
+6.455sStudy Found: #- 149382 | Timekeeper - 2 | Office - 13000
+6.463sProcessing #: 24319823 | FeeUserId - 6659 | Client # - 339266 | Study # - 0001
+6.471sStudy Found: #- 154751 | Timekeeper - 2 | Office - 13500
+6.478sSending to 3E: Started
+33.136sSending to 3E: #24314451 | 338659/0001 | 4/29/2025 | 703478 Unit(s) - Failed
+33.156sSending to 3E: #23949783 | 338571/0001 | 2/17/2025 | 2 Unit(s) - Failed
+33.168sSending to 3E: #24318262 | 012752/0011 | 8/31/2025 | 40 Unit(s) - Failed
+33.198sSending to 3E: #24318268 | 011451/0006 | 8/31/2025 | 40 Unit(s) - Failed
+33.206sSending to 3E: #24318259 | 304883/0007 | 8/31/2025 | 40 Unit(s) - Failed
+33.217sSending to 3E: #24318643 | 005538/0017 | 9/30/2025 | 80 Unit(s) - Failed
+33.226sSending to 3E: #24318651 | 005870/0014 | 9/30/2025 | 80 Unit(s) - Failed
+33.237sSending to 3E: #24318646 | 009176/0023 | 9/30/2025 | 80 Unit(s) - Failed
+33.245sSending to 3E: #24318626 | 005843/0028 | 9/30/2025 | 40 Unit(s) - Failed
+33.253sSending to 3E: #24318627 | 006460/0013 | 9/30/2025 | 40 Unit(s) - Failed
+33.262sSending to 3E: #24318642 | 008363/0023 | 9/30/2025 | 40 Unit(s) - Failed
+33.269sSending to 3E: #24314427 | 303433/0002 | 5/16/2025 | 147456 Unit(s) - Failed
+33.278sSending to 3E: #24317401 | 308525/0006 | 7/31/2025 | 40 Unit(s) - Failed
+33.286sSending to 3E: #24318275 | 011606/0011 | 8/31/2025 | 40 Unit(s) - Failed
+33.293sSending to 3E: #24318273 | 012969/0010 | 8/31/2025 | 40 Unit(s) - Failed
+33.306sSending to 3E: #24318604 | 010344/0011 | 9/29/2025 | 80 Unit(s) - Failed
+33.315sSending to 3E: #24318630 | 302107/0006 | 9/30/2025 | 80 Unit(s) - Failed
+33.323sSending to 3E: #24318655 | 013292/0010 | 9/30/2025 | 80 Unit(s) - Failed
+33.332sSending to 3E: #24318634 | 009402/0024 | 9/30/2025 | 80 Unit(s) - Failed
+33.342sSending to 3E: #24318617 | 011726/0010 | 9/30/2025 | 80 Unit(s) - Failed
+33.351sSending to 3E: #24318638 | 009557/0024 | 9/30/2025 | 80 Unit(s) - Failed
+33.357sSending to 3E: #24319620 | 303757/0007 | 10/11/2025 | 40 Unit(s) - Success
+33.366sSending to 3E: #20893318 | 301648/TCS0001 | 12/12/2022 | 4 Unit(s) - Failed
+33.374sSending to 3E: #24318025 | 339261/0001 | 8/21/2025 | 40 Unit(s) - Failed
+33.381sSending to 3E: #24318267 | 300022/0007 | 8/31/2025 | 40 Unit(s) - Failed
+33.391sSending to 3E: #24318260 | 013500/0011 | 8/31/2025 | 40 Unit(s) - Failed
+33.403sSending to 3E: #24318640 | 305820/0006 | 9/30/2025 | 80 Unit(s) - Failed
+33.412sSending to 3E: #24318620 | 304476/0007 | 9/30/2025 | 80 Unit(s) - Failed
+33.420sSending to 3E: #24318615 | 009151/0019 | 9/30/2025 | 80 Unit(s) - Failed
+33.433sSending to 3E: #24318645 | 014891/0008 | 9/30/2025 | 80 Unit(s) - Failed
+33.440sSending to 3E: #24318623 | 011739/0011 | 9/30/2025 | 40 Unit(s) - Failed
+33.448sSending to 3E: #24318649 | 009771/0013 | 9/30/2025 | 40 Unit(s) - Failed
+33.456sSending to 3E: #24319827 | 001102/0017 | 10/18/2025 | 40 Unit(s) - Success
+33.464sSending to 3E: #24314443 | 303433/0002 | 4/30/2025 | 196608 Unit(s) - Failed
+33.472sSending to 3E: #24316707 | 010038/0019 | 7/10/2025 | 1 Unit(s) - Failed
+33.479sSending to 3E: #24318270 | 014305/0010 | 8/31/2025 | 40 Unit(s) - Failed
+33.487sSending to 3E: #24318271 | 010196/0016 | 8/31/2025 | 40 Unit(s) - Failed
+33.500sSending to 3E: #24318477 | 301046/0005 | 9/15/2025 | 20 Unit(s) - Failed
+33.510sSending to 3E: #24318636 | 301487/0007 | 9/30/2025 | 40 Unit(s) - Failed
+33.530sSending to 3E: #24318650 | 009226/0010 | 9/30/2025 | 40 Unit(s) - Failed
+33.540sSending to 3E: #24318639 | 307408/0006 | 9/30/2025 | 40 Unit(s) - Failed
+33.548sSending to 3E: #24318658 | 013710/0009 | 9/30/2025 | 40 Unit(s) - Failed
+33.556sSending to 3E: #24318628 | 009886/0023 | 9/30/2025 | 40 Unit(s) - Failed
+33.565sSending to 3E: #24319611 | 007329/0026 | 10/5/2025 | 40 Unit(s) - Success
+33.573sSending to 3E: #24319977 | 001088/0015 | 10/22/2025 | 40 Unit(s) - Success
+33.582sSending to 3E: #24314440 | 303433/0002 | 5/1/2025 | 196608 Unit(s) - Failed
+33.636sSending to 3E: #24317395 | 012723/0011 | 7/31/2025 | 40 Unit(s) - Failed
+33.650sSending to 3E: #24318265 | 012430/0009 | 8/31/2025 | 40 Unit(s) - Failed
+33.658sSending to 3E: #24318274 | 011763/0011 | 8/31/2025 | 40 Unit(s) - Failed
+33.665sSending to 3E: #24318616 | 014580/0010 | 9/30/2025 | 40 Unit(s) - Failed
+33.674sSending to 3E: #24318657 | 007616/0015 | 9/30/2025 | 40 Unit(s) - Failed
+33.695sSending to 3E: #24318618 | 014005/0010 | 9/30/2025 | 40 Unit(s) - Failed
+33.703sSending to 3E: #24318624 | 304540/0006 | 9/30/2025 | 40 Unit(s) - Failed
+33.711sSending to 3E: #24318647 | 301977/0007 | 9/30/2025 | 40 Unit(s) - Failed
+33.719sSending to 3E: #24318652 | 300708/0010 | 9/30/2025 | 40 Unit(s) - Failed
+33.726sSending to 3E: #24319824 | 301264/0008 | 10/17/2025 | 40 Unit(s) - Success
+33.735sSending to 3E: #24319828 | 004235/0007 | 10/18/2025 | 80 Unit(s) - Success
+33.743sSending to 3E: #24319982 | 339250/0002 | 10/28/2025 | 80 Unit(s) - Success
+33.752sSending to 3E: #24320051 | 014553/0010 | 10/31/2025 | 80 Unit(s) - Success
+33.761sSending to 3E: #24320057 | 011699/0011 | 10/31/2025 | 80 Unit(s) - Success
+33.776sSending to 3E: #24320071 | 006758/0014 | 11/4/2025 | 80 Unit(s) - Success
+33.796sSending to 3E: #17864850 | 011526/0008 | 7/12/2023 | 20 Unit(s) - Failed
+33.806sSending to 3E: #17878769 | 009506/0010 | 7/14/2023 | 20 Unit(s) - Failed
+33.816sSending to 3E: #17891797 | 002801/0017 | 7/15/2023 | 20 Unit(s) - Failed
+33.838sSending to 3E: #19845309 | 329424/0003 | 1/1/2024 | 40 Unit(s) - Failed
+33.845sSending to 3E: #19877036 | 305856/0005 | 1/4/2024 | 40 Unit(s) - Failed
+33.854sSending to 3E: #20342101 | 302745/TCS0001 | 2/1/2022 | -2 Unit(s) - Failed
+33.864sSending to 3E: #24320050 | 326547/0004 | 10/31/2025 | 40 Unit(s) - Success
+33.872sSending to 3E: #24320063 | 008364/0015 | 10/31/2025 | 40 Unit(s) - Success
+33.880sSending to 3E: #24320060 | 307889/0006 | 10/31/2025 | 40 Unit(s) - Success
+33.888sSending to 3E: #24320072 | 303672/0008 | 11/5/2025 | 40 Unit(s) - Success
+33.896sSending to 3E: #17864854 | 012344/0007 | 7/12/2023 | 20 Unit(s) - Failed
+33.903sSending to 3E: #17878770 | 307993/0003 | 7/14/2023 | 20 Unit(s) - Failed
+33.911sSending to 3E: #19845293 | 013846/0008 | 1/1/2024 | 40 Unit(s) - Failed
+33.918sSending to 3E: #19877118 | 305831/0005 | 1/4/2024 | 40 Unit(s) - Failed
+33.926sSending to 3E: #20426006 | 300322/TCS0001 | 12/12/2022 | 3 Unit(s) - Failed
+33.938sSending to 3E: #20483402 | 011438/TCS14766 | 12/12/2022 | -1 Unit(s) - Failed
+33.948sSending to 3E: #20525277 | 318158/TCS0001 | 1/18/2024 | 1 Unit(s) - Failed
+33.955sSending to 3E: #24319976 | 000683/0022 | 10/22/2025 | 40 Unit(s) - Success
+33.964sSending to 3E: #24320052 | 303442/0008 | 10/31/2025 | 40 Unit(s) - Success
+33.970sSending to 3E: #24320064 | 301898/0007 | 10/31/2025 | 40 Unit(s) - Success
+33.979sSending to 3E: #24320054 | 000619/0021 | 10/31/2025 | 40 Unit(s) - Success
+33.987sSending to 3E: #24314449 | 332121/0005 | 5/19/2025 | 131072 Unit(s) - Failed
+33.996sSending to 3E: #17864856 | 304631/0005 | 7/12/2023 | 20 Unit(s) - Failed
+34.004sSending to 3E: #17878763 | 301713/0001 | 7/14/2023 | 20 Unit(s) - Failed
+34.013sSending to 3E: #19845317 | 311601/0009 | 1/1/2024 | 40 Unit(s) - Failed
+34.021sSending to 3E: #20211185 | 328769/0004 | 2/5/2024 | 40 Unit(s) - Failed
+34.028sSending to 3E: #20602383 | 012115/TCS0004 | 1/18/2024 | -1 Unit(s) - Failed
+34.036sSending to 3E: #20628928 | 320488/TCS0001 | 1/18/2024 | -2 Unit(s) - Failed
+34.056sSending to 3E: #20480631 | 301648/TCS0001 | 12/12/2022 | -4 Unit(s) - Failed
+34.066sSending to 3E: #24318024 | 009298/0012 | 8/21/2025 | 20 Unit(s) - Failed
+34.073sSending to 3E: #24318269 | 301290/0008 | 8/31/2025 | 40 Unit(s) - Failed
+34.081sSending to 3E: #24318261 | 009224/0014 | 8/31/2025 | 40 Unit(s) - Failed
+34.088sSending to 3E: #24318644 | 009164/0013 | 9/30/2025 | 40 Unit(s) - Failed
+34.095sSending to 3E: #24318631 | 301516/0013 | 9/30/2025 | 40 Unit(s) - Failed
+34.103sSending to 3E: #24318635 | 006930/0019 | 9/30/2025 | 40 Unit(s) - Failed
+34.111sSending to 3E: #24318625 | 304673/0026 | 9/30/2025 | 40 Unit(s) - Failed
+34.119sSending to 3E: #24318633 | 010994/0011 | 9/30/2025 | 40 Unit(s) - Failed
+34.126sSending to 3E: #24318621 | 001897/0020 | 9/30/2025 | 40 Unit(s) - Failed
+34.134sSending to 3E: #24319823 | 339266/0001 | 10/17/2025 | 40 Unit(s) - Success

+11m 12.210s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
11/6/2025 1:53:28 PM

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

+20ms Processing

Server:
dw0sdwk000ewl:6768
Worker:
bfc058bc
+38msOfflineTimeCommitTo3ECommandHandler - Started
+1.232sNo of records retrieved : 415

+7m 1.497s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
11/6/2025 1:42:10 PM

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

+13.930s Processing

Server:
dw0sdwk000ewl:6768
Worker:
0216b721
+33msOfflineTimeCommitTo3ECommandHandler - Started
+1.237sNo of records retrieved : 415

+1m 59.763s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

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

Enqueue at:
11/6/2025 1:34:58 PM

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

+210ms Processing

Server:
dw0sdwk000ewl:1960
Worker:
628575e2

+1m 25.657s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
11/6/2025 1:32:58 PM

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

+27ms Processing

Server:
dw0sdwk000ewl:6768
Worker:
f47ab918
+37msOfflineTimeCommitTo3ECommandHandler - Started
+2.297sNo of records retrieved : 415

+42.273s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

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

Enqueue at:
11/6/2025 1:31:29 PM

+2.780s 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:6768
Worker:
bfc058bc
+38msOfflineTimeCommitTo3ECommandHandler - Started
+1.008sNo of records retrieved : 415

+38.197s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

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

Enqueue at:
11/6/2025 1:30:33 PM

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

+87ms Processing

Server:
dw0sdwk000ewl:6768
Worker:
0216b721
+121msOfflineTimeCommitTo3ECommandHandler - Started
+2.212sNo of records retrieved : 415

+20ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

11/6/2025 1:30:02 PM Created