1
This commit is contained in:
@@ -276,7 +276,7 @@ jarvis:
|
||||
mq-topic: jarvis-goofish-erp-order
|
||||
consumer-group: jarvis-goofish-order-consumer
|
||||
pull-lookback-hours: 72
|
||||
pull-cron: "0 0/15 * * * ?"
|
||||
pull-cron: "0 0/10 * * * ?"
|
||||
auto-ship-cron: "0 2/10 * * * ?"
|
||||
# 订单列表:每页条数(最大 100)
|
||||
pull-page-size: 100
|
||||
@@ -288,8 +288,8 @@ jarvis:
|
||||
pull-max-update-time-range-seconds: 15552000
|
||||
# 全量拉单起点:距今多少天(默认约 3 年)
|
||||
pull-full-history-days: 1095
|
||||
# 列表拉单是否仅拉 auto-ship-order-statuses(默认待发货);false 时恢复按时间窗全状态(全量回补可临时关闭)
|
||||
pull-list-only-auto-ship-statuses: true
|
||||
# true=仅拉 auto-ship-order-statuses(省调用,其它状态依赖推送);false=时间窗内全状态(推荐,与本地对齐)
|
||||
pull-list-only-auto-ship-statuses: false
|
||||
auto-ship-batch-size: 20
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user