This commit is contained in:
van
2026-04-11 00:48:37 +08:00
parent fed0158444
commit 5205d8c155
8 changed files with 111 additions and 12 deletions

View File

@@ -204,6 +204,12 @@ jarvis:
health-path: /health
# 每次定时任务最多处理多少条企微分享链待队列RPUSH 入队、LPOP 出队)
adhoc-pending-batch-size: 50
# 物流扫描LogisticsScanTask轮询 JD 单拉运单 + drain 分享链队列
scan:
cron: "0 */20 * * * ?"
order-delay-ms: 250
# 0=不限制;例如 40 可控制单轮最长耗时(余下下轮再扫)
max-orders-per-round: 0
# 获取评论接口服务地址(后端转发,避免前端跨域)
fetch-comments:
base-url: http://192.168.8.60:5008

View File

@@ -203,6 +203,10 @@ jarvis:
fetch-path: /fetch_logistics
health-path: /health
adhoc-pending-batch-size: 50
scan:
cron: "0 */20 * * * ?"
order-delay-ms: 250
max-orders-per-round: 0
# 获取评论接口服务地址(后端转发)
fetch-comments:
base-url: http://192.168.8.60:5008