fabro/docs/public/integrations
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
..
bedrock.mdx docs(secrets): document settings-declared credentials, fix stale local-run guidance 2026-07-25 09:04:59 -04:00
brave-search.mdx refactor: simplify profile builder and drop dead tool plumbing 2026-07-24 17:32:33 -04:00
daytona.mdx Default Daytona auto-stop to 120 minutes 2026-08-20 17:26:13 -04:00
deepseek.mdx chore(models): pin DeepSeek agent profile 2026-07-31 13:16:37 -04:00
fireworks.mdx feat(models): add Fireworks Kimi K3 Fast 2026-08-04 13:55:48 -04:00
github.mdx Stop requesting workflow write permission 2026-07-29 13:19:55 -04:00
litellm.mdx docs(secrets): document settings-declared credentials, fix stale local-run guidance 2026-07-25 09:04:59 -04:00
modal.mdx Merge origin/main into refactor/remove-env-interpolation 2026-07-28 18:31:16 -04:00
openrouter.mdx feat(models): refresh DeepSeek V4 Flash metadata 2026-07-31 13:02:58 -04:00
poolside.mdx feat(llm): add Poolside Laguna models 2026-07-22 18:49:16 -04:00
slack.mdx refactor(config): stop resolving {{ env.* }} in interpolated config 2026-07-27 21:09:35 -04:00