colin
|
0822480b6d
|
chore: Nullable type enable
|
1 month ago |
colin
|
3936107340
|
upgrade: upgrade abp to 10.0.2
- upgrade project to net10
- upgrade abp framework to 10.0.2
|
8 months ago |
colin
|
48d17b7d31
|
feat(tasks): enhance background tasks
- Add the job action filter 'IJobActionFilter'
- Calculate the execution duration in the job event
|
1 year ago |
colin
|
0c5a11680b
|
upgrade: upgrade abp framework to 9.0.4
|
2 years ago |
feijie
|
66d5be130d
|
feat(docs): 添加任务管理模块文档
|
2 years ago |
colin
|
96a41314bf
|
upgrade abp framework to 8.2.0
|
2 years ago |
colin
|
bc66b15dd7
|
feat(data-protection): add a data permission management module.
|
2 years ago |
colin
|
d6032271aa
|
🔧 chore: use Directory.Packages.props
|
2 years ago |
colin
|
cae12ee2cb
|
upgrade abp framework to 7.2.1
|
3 years ago |
cKey
|
6f291d7087
|
feat: add missing localizer text
|
4 years ago |
cKey
|
0c719a9505
|
fix: add missing localized text.
|
4 years ago |
cKey
|
ffaf15512b
|
econstruct the distributed job module
1、使作业调度完成时调度用户定义Action,移除污染作业参数的异常处理参数;
2、重构用户定义作业注册方式,通过IJobDefinitionProvider注册;
3、增加IJobActionDefinitionProvider接口,用户可自行注册作业调度后处理程序;
4、增加LINGYUN.Abp.Notifications.Jobs模块,使通知相关作业独立;
5、增加LINGYUN.Abp.BackgroundTasks.DistributedLocking模块,让用户决定是否使用分布式锁定任务;
6、应用服务层增加作业Action管理接口, 便于从前端快速管理作业Action;
7、应用服务层增加作业定义查询接口, 便于从前端快速绑定作业名称、参数等.
|
4 years ago |