chore: simplify scheduler config

This commit is contained in:
Björn Fromme
2025-09-02 09:21:38 +02:00
parent 03d21e99f9
commit f39bc6fb5b
-11
View File
@@ -28,14 +28,3 @@ zenstruck_schedule:
- task: messenger:consume async -t 60
frequency: '*/5 * * * *'
description: "Starts messenger queue"
- task: 'bash:%kernel.project_dir%/bin/bpn-download-xml.sh'
frequency: '0 */4 * * *'
description: "Downloads XML data"
when@prod:
zenstruck_schedule:
tasks:
- task: 'bash:/kunden/tiefschnee.de/bin/bpn-download-xml.sh'
frequency: '0 */4 * * *'
description: "Downloads XML data"