Skip to content

Commit

Permalink
Adjust some wrangler settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Apr 8, 2024
1 parent 124d0ca commit 089a5d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ workers_dev = false
# @see https://developers.cloudflare.com/workers/wrangler/configuration/#triggers
[triggers]
# Every 12 hours
crons = ["0 */12 * * *", "*/5 * * * *"]

[limits]
cpu_ms = 500
crons = ["0 */12 * * *"]

# @see https://developers.cloudflare.com/queues/configuration/
[[queues.producers]]
Expand Down
2 changes: 1 addition & 1 deletion functions/tmdb-refresher/configuration/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workers_dev = false
queue = "watch-tmdb-refresher"
max_batch_size = 10
max_batch_timeout = 30
max_retries = 10
max_retries = 3

# Needs the following environment variables:
# - DATABASE_URL
Expand Down

0 comments on commit 089a5d2

Please sign in to comment.