refactor: switch pipeline_cfg related fields to new pipeline config

This commit is contained in:
Junyan Qin
2025-04-03 17:57:51 +08:00
parent 472d472bc1
commit 7f66efcdd5
13 changed files with 62 additions and 38 deletions
+16
View File
@@ -54,3 +54,19 @@ stages:
type: integer
required: true
default: 60
- name: strategy
label:
en_US: Strategy
zh_CN: 策略
type: select
required: true
default: drop
options:
- name: drop
label:
en_US: Drop
zh_CN: 丢弃
- name: wait
label:
en_US: Wait
zh_CN: 等待