This commit is contained in:
van
2026-04-26 14:08:26 +08:00
parent d97a977a0e
commit cf8008bdc1
5 changed files with 120 additions and 55 deletions

View File

@@ -200,6 +200,8 @@ jarvis:
# 物流接口服务地址
logistics:
base-url: http://127.0.0.1:5001
# 同机多进程多端口时配置逗号分隔列表;非空时仅按下列地址轮询,不再使用 base-url
base-urls: http://127.0.0.1:5001,http://127.0.0.1:5002,http://127.0.0.1:5003
fetch-path: /fetch_logistics
health-path: /health
adhoc-pending-batch-size: 50