Eusebio Trigo
Explore posts from serversCannot perform I/O on behalf of a different request in Cloudflare Workers
Yeah, that's my fear. Instead of a Promise.all( - send async requests using fetch -) that would send the requests in parallel, would need to send them using a good-old for loop with IO blocking, and getting each of the requests in sequence.
10 replies