So it will also charge for DO IO, as

So it will also charge for DO IO, as well as CPU time? of so it should be very expensive for large project, right?
1 Reply
John Spurlock
John Spurlock3w ago
DOs are always charged by "wall" time while they are alive, IO or not. Whether or not it's expensive is subjective, depending on how you optimize your architecture, and what you are willing to spend : ) https://developers.cloudflare.com/workers/platform/pricing/#durable-objects

Did you find this page helpful?