Skip to content

Commit ecce596

Browse files
committed
Change cron interval to every 2 minutes
1 parent 7c2fcf6 commit ecce596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/server/wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ enabled = true
1414
bindings = [{ name = "DO", class_name = "TheShoppingBird" }]
1515

1616
[triggers]
17-
# Every 15 minutes between 04:00 and 21:00 UTC (i.e. 06:00 and 23:00 GMT+2 )
18-
crons = ["*/15 4-21 * * *"]
17+
# Every 2 minutes between 05:00 and 20:00 UTC (i.e. 07:00 and 22:00 GMT+2 )
18+
crons = ["*/2 5-20 * * *"]
1919

2020
[[migrations]]
2121
tag = "v1"

0 commit comments

Comments
 (0)