Reduce cron schedule 3x to every 15 min

Running into worker KV free tier limits
This commit is contained in:
Tyler Hallada 2024-09-13 20:37:31 -04:00
parent 9c567aee19
commit 6cdcd1efd4

View File

@ -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"