mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 18:03:56 +00:00
Document connect health wait default
This commit is contained in:
parent
ebf450bd99
commit
7d4914c4a2
2 changed files with 5 additions and 0 deletions
|
|
@ -188,6 +188,8 @@ icon: "rocket"
|
|||
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 title="curl">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue