diff --git a/config/packages/zenstruck_schedule.yaml b/config/packages/zenstruck_schedule.yaml index f56044d..224488a 100644 --- a/config/packages/zenstruck_schedule.yaml +++ b/config/packages/zenstruck_schedule.yaml @@ -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"