Hey, trying to optimise a worker that I have to use less memory (as we are seeing out of memory erro
Hey, trying to optimise a worker that I have to use less memory (as we are seeing out of memory errors) by streaming responses from KV instead of pulling the entire 3MB value into memory. Seeing some huge performance issues after making these changes though, requests taking 25 seconds in our test environment, but locally this all run quickly. I was wondering how cloudflare workers scale when they get hit with a lot of concurrent requests to a single edge region. Also, there are limits on 6 external requests at once, including to R2 and KV, is that per request or per worker?



