Fix cron syntax (this didn't trigger)

This commit is contained in:
Jorge Manrubia
2025-09-08 08:29:24 +02:00
parent 8e145a7d89
commit 0e30f73d40
+1 -1
View File
@@ -22,7 +22,7 @@ production: &production
schedule: every 30 minutes
generate_weekly_highlights:
command: "User.generate_all_weekly_highlights_later"
schedule: 0 12 * * sun # every Sunday at noon
schedule: every sunday at noon
beta: *production
staging: *production