change schedule to every two hours

This commit is contained in:
flo-eberle
2026-02-16 18:00:48 +01:00
parent e8d53583d9
commit dab707ae88

View File

@@ -11,7 +11,7 @@ sites:
- "1150 Wien" - "1150 Wien"
- "1160 Wien" - "1160 Wien"
schedule: schedule:
cron: "0 */6 * * *" # Alle 6 Stunden cron: "0 */2 * * *" # Alle 6 Stunden
timezone: "Europe/Vienna" timezone: "Europe/Vienna"
# Email notification settings # Email notification settings