James
CDCloudflare Developers
•Created by Eugene on 11/15/2024 in #workers-help
Provision secrets from the command line
You generally want to use one or the other - wrangler, or UI. If you use a mixture, you're going to cause issues and create situations where you get mismatching data, etc.
I use
wrangler-action
for most of my Workers - that way I can push to GitHub, manage secrets there, and then have Actions publish my worker with all needed secrets.4 replies
CDCloudflare Developers
•Created by Advany on 11/15/2024 in #workers-help
System Prompt for Cloudflare Workers
I'd recommend posting in #workers-libraries for this
2 replies
CDCloudflare Developers
•Created by Eugene on 11/15/2024 in #workers-help
Provision secrets from the command line
You could use https://github.com/cloudflare/wrangler-action if you're deploying with GitHub and manage all your secrets that way.
4 replies
CDCloudflare Developers
•Created by Tsuyozo on 11/12/2024 in #workers-help
D1 storage operation exceeded timeout which caused object to be reset
Sadly there isn’t one today, outside of using another more mature DB solution external from Cloudflare, which I would recommend.
10 replies
CDCloudflare Developers
•Created by Tsuyozo on 11/12/2024 in #workers-help
D1 storage operation exceeded timeout which caused object to be reset
cc @Vy some good feedback here
10 replies
CDCloudflare Developers
•Created by Tsuyozo on 11/12/2024 in #workers-help
D1 storage operation exceeded timeout which caused object to be reset
Disappointing for a DB product, I would agree.
10 replies
CDCloudflare Developers
•Created by Tsuyozo on 11/12/2024 in #workers-help
D1 storage operation exceeded timeout which caused object to be reset
Yeah, these kind of errors are just expected today. You can find some more numbers here: https://discord.com/channels/595317990191398933/992060581832032316/1300948096964100097
10 replies
CDCloudflare Developers
•Created by Tsuyozo on 11/12/2024 in #workers-help
D1 storage operation exceeded timeout which caused object to be reset
Is it happening consistently for all of your D1 requests right now? Can you share your DB ID if so and we can escalate?
10 replies