This commit is contained in:
van
2026-04-09 01:11:23 +08:00
parent 16bcd45c63
commit a2c4589046
10 changed files with 739 additions and 31 deletions

View File

@@ -268,7 +268,14 @@ jarvis:
pull-lookback-hours: 72
pull-cron: "0 0/15 * * * ?"
auto-ship-cron: "0 2/10 * * * ?"
pull-max-pages-per-shop: 30
# 订单列表:每页条数(最大 100
pull-page-size: 100
# 每授权单次最大页数(最大 100与 page_size 乘积勿超 10000
pull-max-pages-per-shop: 100
# 全量拉单按 update_time 分段(秒),默认 7 天
pull-time-chunk-seconds: 604800
# 全量拉单起点:距今多少天(默认约 3 年)
pull-full-history-days: 1095
auto-ship-batch-size: 20