Improvement
Durable Objects support up to ten concurrent Dynamic Workers
Durable Objects can now use up to ten distinct Dynamic Workers with in-flight requests, increased from four, enabling better concurrency for shared I/O contexts. Other Workers retain a limit of four distinct Dynamic Workers per request.
Durable Objects can have up to ten distinct Dynamic Workers with in-flight requests, increased from four. This limit applies across all concurrent requests to the same Durable Object because they share an input/output (I/O) context. Other Workers can have up to four distinct Dynamic Workers with in-flight requests per request.
Multiple in-flight requests to the same Dynamic Worker count as one toward this limit.
For more information, refer to Dynamic Workers limits.
durable-objectsworkerslimitsconcurrency
Source: original entry ↗