prewarm 加 --force-refresh 确保按时拉取最新 AMSC 跑道数据
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ services:
|
||||
container_name: polyweather_prewarm
|
||||
restart: unless-stopped
|
||||
profiles: ["workers"]
|
||||
command: python scripts/prewarm_dashboard_worker.py --include-detail --include-market
|
||||
command: python scripts/prewarm_dashboard_worker.py --include-detail --include-market --force-refresh
|
||||
volumes:
|
||||
- ${POLYWEATHER_RUNTIME_DATA_DIR:-/var/lib/polyweather}:/var/lib/polyweather
|
||||
- ${POLYWEATHER_RUNTIME_DATA_DIR:-/var/lib/polyweather}:/app/data
|
||||
|
||||
Reference in New Issue
Block a user