Skip to content

Commit aec1a57

Browse files
committed
fix: correct cron schedule comments for clarity
1 parent 6418efd commit aec1a57

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)