Hacker News new | ask | show | jobs
by proppy 2091 days ago
what's the maximum qps that a single durable object can handle?
1 comments

An object is limited to one thread. How many qps that is depends entirely on what your app does, since the app can run arbitrary code in the request handler...
sorry for wording the original question poorly, let me rephrase: what are the CPU and RAM usage limits that back that single object thread, will that be something developer have control on?