// Id: #492
using StokTakip.Services.Jobs;
var warehouseJobs = Activate<WarehouseJobs>();
await warehouseJobs.AssignWarehousesAsync();
| CurrentCulture | |
| RecurringJobId | |
| RetryCount | |
| Time | |
Triggered by DelayedJobScheduler
Retry attempt 2 of 10: Timeout expired. The timeout elapsed prior to obt…
An exception occurred during performance of the job.
Timeout expired. The timeout elapsed prior to obtaining a distributed lock on the 'Hangfire:WarehouseJobs.AssignWarehousesAsync' resource.
Hangfire.Storage.DistributedLockTimeoutException: Timeout expired. The timeout elapsed prior to obtaining a distributed lock on the 'Hangfire:WarehouseJobs.AssignWarehousesAsync' resource. at Hangfire.SqlServer.SqlServerDistributedLock.Acquire(DbConnection connection, String resource, TimeSpan timeout) at Hangfire.SqlServer.SqlServerConnection.AcquireLock(String resource, TimeSpan timeout) at Hangfire.DisableConcurrentExecutionAttribute.OnPerforming(PerformingContext context) at Hangfire.Server.BackgroundJobPerformer.InvokeOnPerforming(KeyValuePair`2 ctx)
Triggered by DelayedJobScheduler
Retry attempt 1 of 10: Timeout expired. The timeout elapsed prior to obt…
An exception occurred during performance of the job.
Timeout expired. The timeout elapsed prior to obtaining a distributed lock on the 'Hangfire:WarehouseJobs.AssignWarehousesAsync' resource.
Hangfire.Storage.DistributedLockTimeoutException: Timeout expired. The timeout elapsed prior to obtaining a distributed lock on the 'Hangfire:WarehouseJobs.AssignWarehousesAsync' resource. at Hangfire.SqlServer.SqlServerDistributedLock.Acquire(DbConnection connection, String resource, TimeSpan timeout) at Hangfire.SqlServer.SqlServerConnection.AcquireLock(String resource, TimeSpan timeout) at Hangfire.DisableConcurrentExecutionAttribute.OnPerforming(PerformingContext context) at Hangfire.Server.BackgroundJobPerformer.InvokeOnPerforming(KeyValuePair`2 ctx)
Triggered by recurring job scheduler