0x146231489231923
0x146231489231923
Explore posts from servers
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