Skip to content

Commit b74c8d1

Browse files
committed
feat: update cron schedule for article cleanup to run daily at 2:00 AM UTC
1 parent 3125b62 commit b74c8d1

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 2 * * *",
10+
# "* * * * *", # Uncomment for production use
1111
]
1212

1313
# Environment variables for the cron worker

0 commit comments

Comments
 (0)