dcadenas
dcadenas
CDCloudflare Developers
Created by dcadenas on 10/3/2023 in #workers-help
Does Cloudflare enforce size limits on subrequest responses?
oh I see, so then the only way to ensure I don't hit it is ensuring each subrequest response uses less than the available memory and maybe even serializing requests and avoid concurrency if possible. But then of course, I'd increase the risk of hitting the time limits of the worker 🤔
2 replies