feat: add random delay

This commit is contained in:
engigu
2026-03-02 18:29:07 +08:00
parent 42ac0f4acb
commit d8f1b8b50c
13 changed files with 114 additions and 37 deletions
+1
View File
@@ -32,6 +32,7 @@ type CronTask interface {
Task
GetSchedule() string
UseMise() bool
GetRandomRange() int
}
// Request 任务执行请求