ScheduleMasterCore
ScheduleMasterCore copied to clipboard
This is a distributed task management system base on .Net Core platform .
希望能在系统集成cron表达式生成工具,同时支持查看表达式下次运行时间,类似于下图,体验会好很多 
两年没有更新了,大佬作者是弃坑了莫。
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
您好,我需要定时给SQL数据库插入一条记录,所以自己参照Demo写了一个定时任务,但不像Demo简单一个dll搞定,而是夹杂了EFCore,实体等多个项目引用,编译后有至少5,6个dll,当我打包后(包含了myconfig.json文件)在master中添加了任务后,点击启动提示缺少依赖的引用 package: 'runtime.win-x64.runtime.native.System.Data.SqlClient.sni', version: '4.4.0' path: 'runtimes/win-x64/native/sni.dll' 等。这个是我少做了什么配置了吗?或者有更复杂点的Demo吗?我参考下
The worker node is **manually registered**. When the worker node be **restarted**, the connection with the master node cannot be automatically established, resulting in the inability to execute scheduled tasks....
调试跟踪进来 Activator.CreateInstance(type) as TaskBase; 这里报错 如果使用 catch 注释 部分则没有问题 ` public static TaskBase CreateTaskInstance(PluginLoadContext context, Guid sid, string assemblyName, string className) { string pluginLocation = GetTaskAssemblyPath(sid, assemblyName); try { assemblyName...