0x146231489231923
Explore posts from serversCDCloudflare Developers
•Created by 0x146231489231923 on 11/10/2024 in #workers-help
Cloudflare Worker Cron Trigger
By simply following this tutorial https://developers.cloudflare.com/workers/examples/cron-trigger/ seems like a failure to me, I dont get what I am expecting to get from the tutorial
2 replies
CDCloudflare Developers
•Created by 0x146231489231923 on 11/6/2024 in #workers-help
i feel stupid lol, what do I configure environment variable for dev environment under `wrangler.toml
help pls
4 replies
CDCloudflare Developers
•Created by 0x146231489231923 on 10/14/2024 in #workers-help
logging solution with forever retention period?
how do you all do logging in cloudflare worker? which library do you all use?
7 replies
CDCloudflare Developers
•Created by 0x146231489231923 on 9/18/2024 in #workers-help
I use honojs, what you use?
share pls?
2 replies
CDCloudflare Developers
•Created by 0x146231489231923 on 9/16/2024 in #workers-help
Free Tier Subrequests 50/request??
How many subrequests can I make?
The limit for subrequests a Worker can make is 50 per request on the Bundled usage model or 1,000 per request on the Unbound usage model. Each subrequest in a redirect chain counts against this limit. This means that the number of subrequests a Worker makes could be greater than the number of fetch(request) calls in the Worker.
For subrequests to internal services like Workers KV and Durable Objects, the subrequest limit is 1,000 per request, regardless of the usage model configured for the Worker.
50 subrequests per request means what?
3 replies
CDCloudflare Developers
•Created by 0x146231489231923 on 9/16/2024 in #workers-help
Why env is only limited to fetch request? I'd like to know the technical reason behind it...
Why?
16 replies
PPrisma
•Created by 0x146231489231923 on 5/27/2024 in #help-and-questions
SET UP PRISMA ON EXISTING DATABASE?
I am unable to create migration, everytime it is asking me to reset my database
4 replies
PPrisma
•Created by 0x146231489231923 on 5/27/2024 in #help-and-questions
SHOULD I RUN prisma generate EVERYTIME WHEN I MODIFY PRISMA SCHEMA IF I GOING TO DO MIGRATION?
3 replies