feat: 任务最大重复数(task_max_retry)——超限暂停任务链+抛故障给人工,人工处理后reset_task_retry清零重执行
This commit is contained in:
parent
16ab9f73a0
commit
88d10b7999
@ -36,6 +36,7 @@ CREATE TABLE IF NOT EXISTS params (
|
||||
|
||||
_PARAMS_INIT = [
|
||||
("workspace_base", "/d/pipeline/workspaces"),
|
||||
("task_max_retry", "3"),
|
||||
]
|
||||
|
||||
# sd_features 功能/需求表 DDL(手写,避开 json2ddl 的 DEFAULT ''N'' bug;索引内联避免重复建 Duplicate key name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user