chore: adjust schedule config for prod environment

This commit is contained in:
Björn Fromme
2025-09-02 09:19:35 +02:00
parent c66bf5db27
commit 03d21e99f9
+8 -1
View File
@@ -29,6 +29,13 @@ zenstruck_schedule:
frequency: '*/5 * * * *'
description: "Starts messenger queue"
- task: 'bash:%kernel.project_dir%/../bin/bpn-download-xml.sh'
- 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"