Skip to content

Commit

Permalink
feat: update every 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Apr 9, 2023
1 parent 2c377d8 commit bfa3c5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/worker/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ main = "src/index.ts"
compatibility_date = "2023-03-22"

[triggers]
crons = [
"5 */1 * * *",
"*/5 16 * * *",
]
crons = ["*/5 * * * *"]

0 comments on commit bfa3c5e

Please sign in to comment.