Skip to content

Commit

Permalink
Merge pull request #79 from Real-Dev-Squad/fix/triggers
Browse files Browse the repository at this point in the history
fixing triggers
  • Loading branch information
prakashchoudhary07 authored Sep 13, 2024
2 parents 34e32c5 + 68c489f commit 45aeb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services = [
]

[triggers]
crons = ["0 */11 * * *","*/20 * * * *" ]
crons = ["0 */12 * * *","*/30 * * * *" ]

# # Durable Object binding - For more information: https://developers.cloudflare.com/workers/runtime-apis/durable-objects
# [[durable_objects]]
Expand Down

0 comments on commit 45aeb0a

Please sign in to comment.