Skip to content

Commit e1148b8

Browse files
committed
Implementing feedback from Frederik
1 parent 1b6acf2 commit e1148b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/durable-objects/api/state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class MyDurableObject extends DurableObject {
5757

5858
:::note[`waitUntil` is not necessary]
5959

60-
The request context for a Durable Objects extends at least 60 seconds after the last client disconnects. So `waitUntil` is not necessary. It remains part of the `DurableObjectState` interface to remain compatible with [Workers Runtime APIs](/workers/runtime-apis/context/#waituntil).
60+
A Durable Object will automatically remain active for at least 70 seconds after the last client disconnects if the Durable Object is still waiting on any ongoing work or outbound I/O. So `waitUntil` is not necessary. It remains part of the `DurableObjectState` interface to remain compatible with [Workers Runtime APIs](/workers/runtime-apis/context/#waituntil).
6161

6262
:::
6363

src/content/partials/durable-objects/durable-objects-pricing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {Render, Markdown, GlossaryTooltip, Details, AnchorHeading } from "~/comp
88
{ props.product === "durable-objects" && <><AnchorHeading title="Compute billing" depth={2}/></> }
99
{ props.product === "workers" && <><AnchorHeading title="Compute billing" depth={3}/></> }
1010

11-
Durable Objects are billed only while the Durable Object is active (includes the request context).
11+
Durable Objects are billed only while the Durable Object is active.
1212

1313
| | Free plan | Paid plan |
1414
| -------------------- | ----------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)