hi
Did you get any errors or warning logs?
hi
Can you share the logs? liming.ma@volosoft.com
Your question credits refunded.
hi
You can check the code of FilterValueAppService.cs:line 50
[11:05:12 ERR] One or more errors occurred. (A task was canceled.)
System.AggregateException: One or more errors occurred. (A task was canceled.)
---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at System.Threading.Tasks.Task`1.get_Result()
at KMS.FilterValues.FilterValueAppService.GetFilters() in D:\Work\EPF\KMS\aspnet-core\src\KMS.Application\FilterValues\FilterValueAppService.cs:line 50
hi
You can delete the database and re-run it. It will create the database as well.
hi
You can change the current user id by https://docs.abp.io/en/abp/latest/CurrentUser#changing-the-current-principal
hi
Try to depend on typeof(ChatSignalRModule).
hi
I don't think this is an abp problem because we just using some class as output.
I think using these classes in a plain asp net core will cause the same problem.
hi
The job was for a tenant in the platform, how come this entry was stored in Host_Admin database and not in Tenant_Admin database ?
BackgroundJobsDbContext always creates and maintains jobs on the Host side.
Can you prepare a template project to reproduce? liming.ma@volosoft.com
The MaxJobArgsLength { get; set; } is 1024 * 1024, but you can change its length.
https://github.com/abpframework/abp/blob/reloadEx/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain.Shared/Volo/Abp/BackgroundJobs/BackgroundJobRecordConsts.cs#L13