Reduce cron schedule 3x to every 15 min
Running into worker KV free tier limits
This commit is contained in:
@@ -10,7 +10,7 @@ id = "<insert-your-namespace-id>"
|
||||
command = "cargo install -q worker-build && worker-build --release"
|
||||
|
||||
[triggers]
|
||||
crons = ["*/5 * * * *"]
|
||||
crons = ["*/15 * * * *"]
|
||||
|
||||
[vars]
|
||||
CF_AI_MODEL = "@cf/facebook/bart-large-cnn"
|
||||
|
||||
Reference in New Issue
Block a user