george518 / PPGo_Job

PPGo_Job是一款可视化的、多人多权限的、一任务多机执行的定时任务管理系统,采用golang开发,安装方便,资源消耗少,支持大并发,可同时管理多台服务器上的定时任务。
Apache License 2.0
1.5k stars 396 forks source link

fix task.go #15

Closed gongwalker closed 6 years ago

gongwalker commented 6 years ago

1 remove "github.com/robfig/cron" because github.com/george518/PPGo_Job/crons can be used instead. 2 modify job AjaxSave Add cron.Parse(task.CronSpec) condition