You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sandbox/auto-resume.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@ title: "AutoResume"
3
3
sidebarTitle: AutoResume
4
4
---
5
5
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.
7
9
Configure `AutoResume` through the `lifecycle` object when creating a sandbox.
0 commit comments