优化集群相关代码

This commit is contained in:
Yun
2025-09-18 09:56:24 +08:00
parent 0cff7af265
commit 44eeb8468d
5 changed files with 260 additions and 223 deletions
+2
View File
@@ -22,4 +22,6 @@ var (
ErrCreateTime = errors.New("create time can not be empty")
// 间隔时间必须大于0
ErrIntervalTime = errors.New("interval time must be greater than 0")
// 任务Id已存在
ErrTaskIdExists = errors.New("taskId already exists")
)