支持多台服务器同时执行任务+优化页面
一个定时任务可以允许多台服务器同时执行任务,优化页面关闭并刷新列表页
This commit is contained in:
@@ -23,7 +23,7 @@ const (
|
||||
type Task struct {
|
||||
Id int
|
||||
GroupId int
|
||||
ServerId int
|
||||
ServerIds string
|
||||
TaskName string
|
||||
Description string
|
||||
CronSpec string
|
||||
|
||||
Reference in New Issue
Block a user