IncompleteRegistrationsWithPaymentScopedJob.ExecuteAsync

The job is finished. It will be removed automatically 12/31/2025 14:05:39.
// Id: #10638594
using Arib.BackServices.Jobs;

var incompleteRegistrationsWithPaymentScopedJob = Activate<IncompleteRegistrationsWithPaymentScopedJob>();
await incompleteRegistrationsWithPaymentScopedJob.ExecuteAsync();

Parameters

CurrentCulture
"en-US"
CurrentUICulture
""
RetryCount
1

State

12/30/2025 14:05:39 (+13ms) Succeeded

Latency:
30m 50.362s
Duration:
10ms

+3ms Processing

Server:
testmachine:1904038
Worker:
23e63f35

+45.660s Enqueued

Triggered by DelayedJobScheduler

+ <1ms Scheduled

Retry attempt 1 of 10: The instance of entity type 'IncompleteRegistrati…

Enqueue at:
12/30/2025 14:05:32

+20ms Failed

An exception occurred during performance of the job.

System.InvalidOperationException (testmachine:1904038)

The instance of entity type 'IncompleteRegistrationsWithPayment' cannot be tracked because another instance with the same key value for {'Id'} is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.

System.InvalidOperationException: The instance of entity type 'IncompleteRegistrationsWithPayment' cannot be tracked because another instance with the same key value for {'Id'} is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.ThrowIdentityConflict(InternalEntityEntry entry)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.Add(TKey key, InternalEntityEntry entry, Boolean updateDuplicate)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.Add(TKey key, InternalEntityEntry entry)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.Add(InternalEntityEntry entry)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.StartTracking(InternalEntityEntry entry)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry.SetEntityState(EntityState oldState, EntityState newState, Boolean acceptChanges, Boolean modifyProperties)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityGraphAttacher.PaintAction(EntityEntryGraphNode`1 node)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityEntryGraphIterator.TraverseGraph[TState](EntityEntryGraphNode`1 node, Func`2 handleNode)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityGraphAttacher.AttachGraph(InternalEntityEntry rootEntry, EntityState targetState, EntityState storeGeneratedWithKeySetTargetState, Boolean forceStateWhenUnknownKey)
   at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.SetEntityState(InternalEntityEntry entry, EntityState entityState)
   at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.Update(TEntity entity)
   at Models.Infrastructure.BaseRepository`1.UpdateAsync(T entity)
   at BL.Infrastructure.BaseService`1.UpdateAsync(T entity)
   at BL.Common.IncompleteRegistrationPaymentHandler.ProcessPendingIncompleteRegistrationsAsync()
   at BL.Common.IncompleteRegistrationPaymentHandler.CheckQueueAsync()
   at Arib.BackServices.Jobs.IncompleteRegistrationsWithPaymentScopedJob.ExecuteAsync()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+4ms Processing

Server:
testmachine:1904038
Worker:
0ad4ee10

+30m 4.663s Enqueued

Triggered by DelayedJobScheduler

+10ms Scheduled

Enqueue at:
12/30/2025 14:04:49

12/30/2025 13:34:49 Created