feat: cron controlled cli command to sync xml data with remote

This commit is contained in:
Björn Fromme
2026-03-16 12:00:56 +01:00
parent ef191c55be
commit 2fe9185a6f
11 changed files with 352 additions and 9 deletions
+8
View File
@@ -12,3 +12,11 @@ zenstruck_schedule:
- task: app:cleanup:xml-dumps
frequency: '0 1 * * *'
description: "Removes outdated XML dumps of requests/responses to BPN API for debugging"
- task: app:bpn:xml-sync
frequency: '*/15 8-19 * * *'
description: 'Sync BusPro XML data'
- task: app:bpn:xml-sync
frequency: '0 20-23,0-7 * * *'
description: 'Sync BusPro XML data'