Tomas Valenta
Tomas Valenta
I wanted to mention that cancelling the `e2b build` locally after uploading the required files does not cancel the building process running on our infrastructure. The template will finish building...
This bounty was completed.
@mfrancis107 Our new beta SDK now supports Deno — https://e2b.dev/docs/guide/beta-migration
We closed this PR because our new SDK that is in beta incorporates most stateless ideas.
This feature was added with the PR merge. We may need to update the docs with a more in-depth examples.
There are now two timeouts in the new beta SDK where it makes sense to separate the "start/request" timeout and the "wait" timeout: - https://e2b.dev/docs/guide/beta-migration#running-processes - https://e2b.dev/docs/guide/beta-migration#timeouts
The new beta SDK (https://e2b.dev/docs/guide/beta-migration) does not use websockets — this bug is no longer relevant.
This might be solved because we are using local Docker now.
@PrathamSoni We released a beta SDK that supports async — https://e2b.dev/docs/guide/beta-migration
The `.close()` method is removed in the new beta SDK (https://e2b.dev/docs/guide/beta-migration). After the sandbox expires or when you call `.kill()` the concurrency count should be updated almost immediately.