mohanram
CDCloudflare Developers
•Created by mohanram on 3/17/2025 in #workers-help
Cloudflare snippets subrequest count issue.
@Walshy , As @Leo mentioned, in the docs also, its mentioned each redirect is a subrequest.
Its also mentioned both in snippets docs and workers docs too. here is https://developers.cloudflare.com/workers/platform/limits/#how-many-subrequests-can-i-make , workers doc link for the same
4 replies
CDCloudflare Developers
•Created by mohanram on 3/17/2025 in #workers-help
Cloudflare snippets subrequest count issue.
@Walshy No, but if i create a url with more than 5 redirect, basically following the same one, it says subrequest limit exceeded. Ideally if redirects aren't different subrequests , then it should not throw that error, right ?
4 replies
CDCloudflare Developers
•Created by mohanram on 12/6/2024 in #workers-help
GPRC is very slow compared to HTTP service bindings when using workers smart placement
Oops sorry my bad, Updated the post
5 replies