这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
colin 96a41314bf upgrade abp framework to 8.2.0 1 year ago
..
LINGYUN/Abp/BackgroundTasks/Quartz fix(tasks): fixed task run time. 2 years ago
Quartz feat(tasks): add status Queuing 3 years ago
FodyWeavers.xml enhance(tasks): add support task management 4 years ago
FodyWeavers.xsd enhance(tasks): add support task management 4 years ago
LINGYUN.Abp.BackgroundTasks.Quartz.csproj upgrade abp framework to 8.2.0 1 year ago
README.md feat(tasks): if the task fails, recalculate the priority 4 years ago

README.md

LINGYUN.Abp.BackgroundTasks.Quartz

后台任务(队列)模块的Quartz实现.
并添加一个监听器用于通知管理者任务状态

配置使用

模块按需引用,具体配置参考Volo.Abp.Quartz模块

[DependsOn(typeof(AbpBackgroundTasksQuartzModule))]
public class YouProjectModule : AbpModule
{
  // other
}