Hi, I need some clarifications regarding DO billing: - [1] "Each Durable Object stays alive as long

Hi, I need some clarifications regarding DO billing:
  • [1] "Each Durable Object stays alive as long as requests are being processed, and remains alive for several seconds after being idle before hibernating"
  • [2] "Once your Object finishes responding to all requests, it will stop incurring duration charges"
    So assume if for my use-case, I only use RPC to query/migrate sqlite, does this mean I will get duration charges only for the RPC session, which is probably a few milliseconds, or also for the whole "alive duration" which includes "several seconds after being idle before hibernating"?
[1] https://developers.cloudflare.com/durable-objects/what-are-durable-objects/#durable-objects-highlights
[2] https://developers.cloudflare.com/durable-objects/platform/pricing
Was this page helpful?