feat: always sync full 24 months horizon of contingents

This commit is contained in:
Björn Fromme
2026-08-20 12:03:21 +02:00
parent 351fbab498
commit c1f0cda479
6 changed files with 41 additions and 42 deletions
+5 -9
View File
@@ -59,14 +59,10 @@ when@prod:
frequency: "0 20-23,0-7 * * *"
description: "Syncs BusPro XML data hourly outside peak hours"
- task: app:bpn:sync-contingents --horizon-months=3
frequency: "*/15 8-19 * * *"
description: "Syncs near-term contingent snapshots every 15 min. during peak hours"
- task: app:bpn:sync-contingents
frequency: "5-59/15 8-19 * * *"
description: "Syncs the full contingent horizon every 15 min. during peak hours"
- task: app:bpn:sync-contingents --horizon-months=3
- task: app:bpn:sync-contingents
frequency: "5 20-23,0-7 * * *"
description: "Syncs near-term contingent snapshots hourly outside peak hours"
- task: app:bpn:sync-contingents --horizon-months=24
frequency: "40 2,13 * * *"
description: "Syncs the full contingent horizon twice daily"
description: "Syncs the full contingent horizon hourly outside peak hours"