Skip to content

Commit

Permalink
Update persistence docs with info about errors (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas authored Dec 19, 2024
2 parents 211362c + ea16443 commit eb5522f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,5 @@ If you resume the sandbox, the service will be accessible again but you need to
## Limitations while in beta
- It takes about 4 seconds per 1 GB RAM to pause the sandbox
- It takes about 1 second to resume the sandbox
- Sandbox can be paused up to 30 days
- Sandbox can be paused up to 30 days
- After 30 days, the data will be deleted and you will not be able to resume the sandbox. Trying to resume sandbox that was deleted or does not exist will result in the `NotFoundError` error in JavaScript SDK and `NotFoundException` exception in Python SDK

0 comments on commit eb5522f

Please sign in to comment.