Skip to content

Commit dc25731

Browse files
add intro
1 parent c1e446d commit dc25731

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/sandbox/auto-resume.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title: "AutoResume"
33
sidebarTitle: AutoResume
44
---
55

6-
`AutoResume` builds on [sandbox persistence](/docs/sandbox/persistence): a sandbox pauses at timeout and is then resumed from that paused state.
6+
Managing sandbox lifecycle manually can get painful. Instead of handling pause/resume orchestration yourself, your sandbox should come back to life when you need it.
7+
8+
`AutoResume` builds on [sandbox persistence](/docs/sandbox/persistence): a sandbox pauses at timeout and then resumes from that paused state when it receives traffic.
79
Configure `AutoResume` through the `lifecycle` object when creating a sandbox.
810

911
## Configure lifecycle on create

0 commit comments

Comments
 (0)