Skip to content

Commit 819e560

Browse files
update intro again
1 parent 6642d71 commit 819e560

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/sandbox/auto-resume.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: "AutoResume"
33
sidebarTitle: AutoResume
44
---
55

6-
You shouldn't have to manually manage sandbox pause/resume orchestration.
6+
Many workloads don't need a sandbox running all the time, but when they do need it, it should just work — regardless of whether it was paused.
77

8-
`AutoResume` controls what happens after a sandbox is paused: it can bring that paused sandbox back when traffic arrives.
9-
Configure AutoResume through the `lifecycle` object when creating a sandbox.
8+
`AutoResume` handles this automatically: a paused sandbox wakes up when traffic arrives, so your code never has to check or manage sandbox state.
9+
Configure it through the `lifecycle` object when creating a sandbox.
1010

1111
## Configure lifecycle on create
1212

0 commit comments

Comments
 (0)