feat: add retry times and backup users

This commit is contained in:
engigu
2026-02-28 14:44:32 +08:00
parent 06cdc58a72
commit 69cb727b87
15 changed files with 175 additions and 46 deletions
+2
View File
@@ -284,6 +284,8 @@ export interface Task {
work_dir: string
clean_config: string
envs: string
retry_count: number
retry_interval: number
languages: { name: string; version: string }[]
agent_id: number | null
enabled: boolean