chore: add draft cleanup command to schedule
This commit is contained in:
@@ -25,5 +25,9 @@ zenstruck_schedule:
|
|||||||
description: "Sync BusPro XML data hourly outside peak hours"
|
description: "Sync BusPro XML data hourly outside peak hours"
|
||||||
|
|
||||||
- task: app:cleanup:log-entries
|
- task: app:cleanup:log-entries
|
||||||
frequency: "30 1 * * *"
|
frequency: "15 1 * * *"
|
||||||
description: "Removes outdated log entries with a retention period of 6 months"
|
description: "Removes outdated log entries with a retention period of 6 months"
|
||||||
|
|
||||||
|
- task: app:draft:cleanup
|
||||||
|
frequency: "30 1 * * *"
|
||||||
|
description: "Removes expired drafts"
|
||||||
|
|||||||
Reference in New Issue
Block a user