feat: add env task global setting

This commit is contained in:
engigu
2026-03-06 14:13:37 +08:00
parent beae79f448
commit 3effa5b326
14 changed files with 918 additions and 588 deletions
+1
View File
@@ -104,6 +104,7 @@ func (ts *TaskService) UpdateTask(id string, name, command, schedule string, tim
task.Enabled = enabled
task.AgentID = agentID
task.Languages = languages
task.Config = config
task.RetryCount = retryCount
task.RetryInterval = retryInterval
task.RandomRange = randomRange