Commit 37509e3
[docs] Add info on non isolated runs to hybrid (#25206)
## Summary & Motivation
`run-isolation.md` — the canonical Run isolation page. In the
Non-isolated runs section:
- Added that a non-isolated run executes in a new process inside the
already-running code location server (rather than provisioning a fresh
container) — this is the "where does the code actually run?" answer.
- Split the compute-resources description by deployment type:
- Serverless: 0.25 vCPU / 1 GB RAM (unchanged, just relocated into a
list).
- Hybrid (new): runs use the resources you configure for the code
location server, making Hybrid well-suited to time-sensitive,
low-compute jobs.
- Strengthened the caution: a non-isolated run that exhausts the
server's resources can crash it and disrupt other processes.
- Added a :::tip recommending Hybrid users run non-isolated jobs from a
dedicated code location, so an intensive run can't impact sensors,
schedules, and other code locations sharing the agent.
`hybrid/index.md` — the Hybrid landing page. Expanded the one-line Run
isolation blurb to mention that you control the code location server's
resources in Hybrid and that a dedicated code location is recommended,
then links to the full page.
## Test Plan
## Changelog
> The changelog is generated by an agent that examines merged PRs and
> summarizes/categorizes user-facing changes. You can optionally replace
> this text with a terse description of any user-facing changes in your
PR,
> which the agent will prioritize. Otherwise, delete this section.
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Internal-RevId: 64d8697e1e3b91669b91942a2a62dfb10acd2c6a1 parent cf2f1de commit 37509e3
2 files changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
35 | 46 | | |
36 | 47 | | |
37 | 48 | | |
| |||
0 commit comments