fix: fail gracefully when remote XML data cannot be read during sync

This commit is contained in:
Björn Fromme
2026-03-16 12:01:09 +01:00
parent 02742aef5b
commit 9ee4c1cd5c
2 changed files with 18 additions and 11 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ zenstruck_schedule:
- task: app:bpn:xml-sync
frequency: '*/15 8-19 * * *'
description: 'Sync BusPro XML data'
description: 'Sync BusPro XML data every 15 min. during peak hours'
- task: app:bpn:xml-sync
frequency: '0 20-23,0-7 * * *'
description: 'Sync BusPro XML data'
description: 'Sync BusPro XML data hourly outside peak hours'