feat: improved contingents api performance with db backed snapshots
This commit is contained in:
@@ -58,3 +58,15 @@ when@prod:
|
||||
- task: app:bpn:xml-sync
|
||||
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 --horizon-months=3
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user