From 027508f4952efc81bebc5a60d049bbd3126ad777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Fri, 9 Jan 2026 09:49:35 +0100 Subject: [PATCH] chore: add draft cleanup command to schedule --- config/packages/zenstruck_schedule.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/packages/zenstruck_schedule.yaml b/config/packages/zenstruck_schedule.yaml index 4e83f46..e95aa80 100644 --- a/config/packages/zenstruck_schedule.yaml +++ b/config/packages/zenstruck_schedule.yaml @@ -25,5 +25,9 @@ zenstruck_schedule: description: "Sync BusPro XML data hourly outside peak hours" - task: app:cleanup:log-entries - frequency: "30 1 * * *" + frequency: "15 1 * * *" description: "Removes outdated log entries with a retention period of 6 months" + + - task: app:draft:cleanup + frequency: "30 1 * * *" + description: "Removes expired drafts"