|
|
|
|
|
by kentonv
55 days ago
|
|
You can farm out the requests to a bunch of Durable Objects. Each DO will have a separate six-concurrent limit. And you can send unlimited concurrent requests to Durable Objects. (This is not an exploit, this is working as intended. The concurrency limit exists to prevent creating excessive connections from a single machine; farming to DOs means the requests are spread out.) Also note that as of recently, the concurrent limit applies only up to the point that response headers are received, not during body streaming. |
|