// Id: #303981
using RocketMan.Backoffice.BackgroundJob.ServicesJobs;
var checkNotification = Activate<ICheckNotification>();
await checkNotification.RunDoWorkAsync(null);
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| RetryCount | |
| Time | |
Triggered by DelayedJobScheduler
Retry attempt 2 of 10: ServiceOrder with id 0 not found
An exception occurred during performance of the job.
ServiceOrder with id 0 not found
RocketMan.Backoffice.Domain.Exceptions.NotFoundEntityException: ServiceOrder with id 0 not found at RocketMan.Backoffice.DataDb.EF.Repositories.ServiceOrderRepository.GetByIdWithAssetContactsAsync(Int32 id, CancellationToken cancellationToken) at RocketMan.Backoffice.BackgroundJob.ServicesJobs.CheckNotification.RunDoWorkAsync(CancellationToken cancellationToken) at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Triggered by DelayedJobScheduler
Retry attempt 1 of 10: ServiceOrder with id 0 not found
An exception occurred during performance of the job.
ServiceOrder with id 0 not found
RocketMan.Backoffice.Domain.Exceptions.NotFoundEntityException: ServiceOrder with id 0 not found at RocketMan.Backoffice.DataDb.EF.Repositories.ServiceOrderRepository.GetByIdWithAssetContactsAsync(Int32 id, CancellationToken cancellationToken) at RocketMan.Backoffice.BackgroundJob.ServicesJobs.CheckNotification.RunDoWorkAsync(CancellationToken cancellationToken) at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Triggered by recurring job scheduler