The biggest issue is scaling. Each Durable Object is single-threaded, which can limit the amount of
The biggest issue is scaling. Each Durable Object is single-threaded, which can limit the amount of tasks it can complete in a given amount of time. This is fine if the app is architected to spread load out across multiple documents, but becomes less ideal in the event that a developer attempts to use a single document to track global state



