mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 04:02:25 +00:00
Update quickstart health wait note
This commit is contained in:
parent
e7b5551d73
commit
d1c32b8a7e
1 changed files with 0 additions and 2 deletions
|
|
@ -188,8 +188,6 @@ icon: "rocket"
|
||||||
token: process.env.SANDBOX_TOKEN,
|
token: process.env.SANDBOX_TOKEN,
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
`SandboxAgent.connect(...)` waits for `/v1/health` by default. Pass `waitForHealth: false` to disable that behavior, or `waitForHealth: { timeoutMs: 120_000 }` to cap the wait.
|
|
||||||
</Tab>
|
</Tab>
|
||||||
|
|
||||||
<Tab title="curl">
|
<Tab title="curl">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue