// Id: #187084
using TEQ.WorkerRole.Jobs;
var asyncTaskProcessorJob = Activate<AsyncTaskProcessorJob>();
await asyncTaskProcessorJob.ProcessPendingTasks();
| CurrentCulture | |
| RecurringJobId | |
| Time | |
An exception occurred during performance of the job.
Token 2000000 is not valid in the scope of module System.ModuleHandle. (Parameter 'typeToken')
System.ArgumentOutOfRangeException: Token 2000000 is not valid in the scope of module System.ModuleHandle. (Parameter 'typeToken') at System.ModuleHandle.ResolveTypeHandle(Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext) at System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) at System.Attribute.InternalIsDefined(PropertyInfo element, Type attributeType, Boolean inherit) at System.Attribute.IsDefined(MemberInfo element, Type attributeType) at PGMS.DataProvider.EFCore.Services.BaseOperationEntityRepository`1.HasLazyLoading(Type type) at PGMS.DataProvider.EFCore.Services.BaseOperationEntityRepository`1.GetOperationQuery[TEntity](IUnitOfWork unitOfWork, Expression`1 filter) at PGMS.DataProvider.EFCore.Services.BaseOperationEntityRepository`1.GetOperationAsync[TEntity](IUnitOfWork unitOfWork, Expression`1 filter, Func`2 orderBy, Int32 fetchSize, Int32 offset) at PGMS.DataProvider.EFCore.Services.BaseEntityRepository`1.FindTopAsync[TEntity](Expression`1 filter, Func`2 orderBy, Int32 fetchSize, Int32 offset) at PGMS.DataProvider.EFCore.Services.BaseEntityRepository`1.FindTopAsync[TEntity](Expression`1 filter, Func`2 orderBy, Int32 fetchSize, Int32 offset) at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Triggered by recurring job scheduler