Skip to content

Commit e600bc1

Browse files
committed
fix: update cron schedule to run article cleanup at 12:00 PM UTC
1 parent b99bfba commit e600bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ main = "src/workers/cron-worker.ts"
66
[triggers]
77
crons = [
88
# Run article cleanup every day at 2:00 AM UTC
9-
# "0 2 * * *",
10-
"* * * * *", # Uncomment for production use
9+
"0 12 * * *",
10+
# "* * * * *", # Uncomment for production use
1111
]
1212

1313
[observability.logs]

0 commit comments

Comments
 (0)