chore: fix agent config (#238)
默认不支持多实例,任务数稍微设置大一点。 Reviewed-on: https://git.infini.ltd/infini/console/pulls/238
This commit is contained in:
parent
3b91a57bc1
commit
a05d017d29
|
@ -54,7 +54,7 @@ pipeline:
|
||||||
keep_running: true
|
keep_running: true
|
||||||
processor:
|
processor:
|
||||||
- consumer:
|
- consumer:
|
||||||
max_worker_size: 1
|
max_worker_size: 3
|
||||||
queue_selector:
|
queue_selector:
|
||||||
keys:
|
keys:
|
||||||
- metrics
|
- metrics
|
||||||
|
|
|
@ -17,7 +17,6 @@ POST .infini_configs/_doc/agent_relay_gateway_config_yml
|
||||||
path.data: data
|
path.data: data
|
||||||
path.logs: log
|
path.logs: log
|
||||||
|
|
||||||
allow_multi_instance: true
|
|
||||||
configs.auto_reload: false
|
configs.auto_reload: false
|
||||||
|
|
||||||
entry:
|
entry:
|
||||||
|
|
Loading…
Reference in New Issue