fabro/docs/public/execution
Bryan Helmkamp 0845c331cb
Default Daytona auto-stop to 120 minutes
Omitting autoStopInterval from the create-sandbox request inherits
Daytona's server-side default of 15 idle minutes. Daytona counts
inactivity from the last sandbox interaction, and LLM inference never
touches the sandbox, so a single long inference call is enough for the
sandbox to auto-stop mid-run: a workflow failed exactly this way, with
the sandbox entering its stop transition 15 minutes after the last
command while the agent was still thinking.

Send an explicit 120-minute default when lifecycle.auto_stop is unset.
That clears any realistic inference call while still reclaiming
sandboxes leaked by a dead worker. An explicit auto_stop = "0s" still
disables auto-stop entirely.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-20 17:26:13 -04:00
..
automations.mdx Migrate automations to SQLite 2026-07-22 13:32:35 -04:00
checkpoints.mdx docs: sync product documentation 2026-07-24 11:39:16 -04:00
child-runs.mdx docs: add child runs guide 2026-05-25 15:43:53 -04:00
context.mdx Unify blob hash vocabulary 2026-08-17 13:56:19 -04:00
environments.mdx refactor(config): stop resolving {{ env.* }} in interpolated config 2026-07-27 21:09:35 -04:00
failures.mdx feat: add model-keyed fallback policies 2026-07-30 12:02:41 -04:00
observability.mdx Add runtime for_each item injection 2026-07-27 11:55:55 -04:00
outcomes.mdx Add runtime for_each item injection 2026-07-27 11:55:55 -04:00
run-configuration.mdx Default Daytona auto-stop to 120 minutes 2026-08-20 17:26:13 -04:00