Hi, is it true that I will get billed for compute for all of the 10s idle time before the DO gets wi

Hi, is it true that I will get billed for compute for all of the 10s idle time before the DO gets wiped from memory and hibernated? My use case for DO is low frequency RPCs per DO (e.g. 1 req every few minutes), if I'm implementing one DO per user. Is it possible to make DOs hibernate faster? (e.g. 1s or less).

References:
  • From lifecycle page: "After 10 seconds of no incoming request or event, and all the above conditions satisfied, the Durable Object will transition into the hibernated state."
  • From pricing page: "A Durable Object incurs duration charges as long as the JavaScript object has to be in memory, either because it is actively handling a request, or because it cannot hibernate.".
Was this page helpful?