Job

Can not find the target method.

Id
#45417

Parameters

CurrentCulture
""
CurrentUICulture
""
RecurringJobId
"CheckLicense"
RetryCount
10
Time
1745496007

State

04/24/2025 16:34:01 (+76ms) Failed

An exception occurred during performance of the job.

System.InvalidOperationException (scheduler-deployment-7bfcb6bd4f-4wszx:1)

No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.

System.InvalidOperationException: No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.RecurringJobs.CheckLicenses()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+73ms Processing

Server:
scheduler-deployment-7bfcb6bd4f-4wszx:1
Worker:
6983af10

+1h 52m Enqueued

Triggered by DelayedJobScheduler

+2ms Scheduled

Retry attempt 10 of 10: No service for type 'Microsoft.EntityFrameworkCor…

Enqueue at:
04/24/2025 16:33:54

+26ms Failed

An exception occurred during performance of the job.

System.InvalidOperationException (scheduler-deployment-7bfcb6bd4f-4wszx:1)

No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.

System.InvalidOperationException: No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.RecurringJobs.CheckLicenses()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+23ms Processing

Server:
scheduler-deployment-7bfcb6bd4f-4wszx:1
Worker:
239ecbc6

+1h 11m Enqueued

Triggered by DelayedJobScheduler

+1ms Scheduled

Retry attempt 9 of 10: No service for type 'Microsoft.EntityFrameworkCor…

Enqueue at:
04/24/2025 14:41:52

+28ms Failed

An exception occurred during performance of the job.

System.InvalidOperationException (scheduler-deployment-7bfcb6bd4f-6l5dg:1)

No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.

System.InvalidOperationException: No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.RecurringJobs.CheckLicenses()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+13ms Processing

Server:
scheduler-deployment-7bfcb6bd4f-6l5dg:1
Worker:
8bc2ecee

+42m 24.540s Enqueued

Triggered by DelayedJobScheduler

+1ms Scheduled

Retry attempt 8 of 10: No service for type 'Microsoft.EntityFrameworkCor…

Enqueue at:
04/24/2025 13:30:38

+21ms Failed

An exception occurred during performance of the job.

System.InvalidOperationException (scheduler-deployment-7bfcb6bd4f-4wszx:1)

No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.

System.InvalidOperationException: No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.RecurringJobs.CheckLicenses()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+19ms Processing

Server:
scheduler-deployment-7bfcb6bd4f-4wszx:1
Worker:
82687ea0

+22m 40.993s Enqueued

Triggered by DelayedJobScheduler

+2ms Scheduled

Retry attempt 7 of 10: No database provider has been configured for this…

Enqueue at:
04/24/2025 12:48:13

+42ms Failed

An exception occurred during performance of the job.

System.InvalidOperationException (scheduler-deployment-69685b557-ghqwk:1)

No database provider has been configured for this DbContext. A provider can be configured by overriding the 'DbContext.OnConfiguring' method or by using 'AddDbContext' on the application service provider. If 'AddDbContext' is used, then also ensure that your DbContext type accepts a DbContextOptions<TContext> object in its constructor and passes it to the base constructor for DbContext.

System.InvalidOperationException: No database provider has been configured for this DbContext. A provider can be configured by overriding the 'DbContext.OnConfiguring' method or by using 'AddDbContext' on the application service provider. If 'AddDbContext' is used, then also ensure that your DbContext type accepts a DbContextOptions<TContext> object in its constructor and passes it to the base constructor for DbContext.
   at Microsoft.EntityFrameworkCore.Internal.DbContextServices.Initialize(IServiceProvider scopedProvider, DbContextOptions contextOptions, DbContext context)
   at Microsoft.EntityFrameworkCore.DbContext.get_ContextServices()
   at Microsoft.EntityFrameworkCore.DbContext.get_InternalServiceProvider()
   at Microsoft.EntityFrameworkCore.DbContext.get_DbContextDependencies()
   at Microsoft.EntityFrameworkCore.DbContext.Set[TEntity]()
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.RecurringJobs.CheckLicenses()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+30ms Processing

Server:
scheduler-deployment-69685b557-ghqwk:1
Worker:
f509f615

+13m 22.143s Enqueued

Triggered by DelayedJobScheduler

+1ms Scheduled

Retry attempt 6 of 10: No service for type 'Microsoft.EntityFrameworkCor…

Enqueue at:
04/24/2025 12:25:33

+28ms Failed

An exception occurred during performance of the job.

System.InvalidOperationException (scheduler-deployment-7bfcb6bd4f-4wszx:1)

No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.

System.InvalidOperationException: No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.RecurringJobs.CheckLicenses()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+23ms Processing

Server:
scheduler-deployment-7bfcb6bd4f-4wszx:1
Worker:
677e62c4

+6m 30.603s Enqueued

Triggered by DelayedJobScheduler

+6ms Scheduled

Retry attempt 5 of 10: No service for type 'Microsoft.EntityFrameworkCor…

Enqueue at:
04/24/2025 12:12:07

+69ms Failed

An exception occurred during performance of the job.

System.InvalidOperationException (scheduler-deployment-7bfcb6bd4f-4wszx:1)

No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.

System.InvalidOperationException: No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.RecurringJobs.CheckLicenses()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+62ms Processing

Server:
scheduler-deployment-7bfcb6bd4f-4wszx:1
Worker:
626930f4

+3m 15.786s Enqueued

Triggered by DelayedJobScheduler

+9ms Scheduled

Retry attempt 4 of 10: No service for type 'Microsoft.EntityFrameworkCor…

Enqueue at:
04/24/2025 12:05:37

+188ms Failed

An exception occurred during performance of the job.

System.InvalidOperationException (scheduler-deployment-7bfcb6bd4f-4wszx:1)

No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.

System.InvalidOperationException: No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.RecurringJobs.CheckLicenses()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+248ms Processing

Server:
scheduler-deployment-7bfcb6bd4f-4wszx:1
Worker:
4f31bdd1

+1m 376ms Enqueued

Triggered by DelayedJobScheduler

+11ms Scheduled

Retry attempt 3 of 10: No service for type 'Microsoft.EntityFrameworkCor…

Enqueue at:
04/24/2025 12:02:19

+92ms Failed

An exception occurred during performance of the job.

System.InvalidOperationException (scheduler-deployment-7bfcb6bd4f-4wszx:1)

No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.

System.InvalidOperationException: No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.RecurringJobs.CheckLicenses()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+71ms Processing

Server:
scheduler-deployment-7bfcb6bd4f-4wszx:1
Worker:
239ecbc6

+30.376s Enqueued

Triggered by DelayedJobScheduler

+20ms Scheduled

Retry attempt 2 of 10: No service for type 'Microsoft.EntityFrameworkCor…

Enqueue at:
04/24/2025 12:01:19

+191ms Failed

An exception occurred during performance of the job.

System.InvalidOperationException (scheduler-deployment-7bfcb6bd4f-4wszx:1)

No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.

System.InvalidOperationException: No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.RecurringJobs.CheckLicenses()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+126ms Processing

Server:
scheduler-deployment-7bfcb6bd4f-4wszx:1
Worker:
5acbbce4

+44.762s Enqueued

Triggered by DelayedJobScheduler

+11ms Scheduled

Retry attempt 1 of 10: No service for type 'Microsoft.EntityFrameworkCor…

Enqueue at:
04/24/2025 12:00:44

+160ms Failed

An exception occurred during performance of the job.

System.InvalidOperationException (scheduler-deployment-7bfcb6bd4f-4wszx:1)

No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.

System.InvalidOperationException: No service for type 'Microsoft.EntityFrameworkCore.IDbContextFactory`1[Red.WorkPoint.Tenants.Data.TenantsContext]' has been registered.
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
   at Timetta.Scheduler.Recurring.MultiTenantRecurringJobs.GetTenants(Expression`1 filter)
   at Timetta.Scheduler.Recurring.RecurringJobs.CheckLicenses()
   at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

+203ms Processing

Server:
scheduler-deployment-7bfcb6bd4f-4wszx:1
Worker:
5acbbce4

+42ms Enqueued

Triggered by recurring job scheduler

04/24/2025 12:00:08 Created