We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6642d71 commit 819e560Copy full SHA for 819e560
1 file changed
docs/sandbox/auto-resume.mdx
@@ -3,10 +3,10 @@ title: "AutoResume"
3
sidebarTitle: AutoResume
4
---
5
6
-You shouldn't have to manually manage sandbox pause/resume orchestration.
+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.
7
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.
+`AutoResume` handles this automatically: a paused sandbox wakes up when traffic arrives, so your code never has to check or manage sandbox state.
+Configure it through the `lifecycle` object when creating a sandbox.
10
11
## Configure lifecycle on create
12
0 commit comments