infra icon indicating copy to clipboard operation
infra copied to clipboard

Infrastructure powering E2B - Secure Runtime for AI Agents & Apps

Results 39 infra issues
Sort by recently updated
recently updated
newest added

Improve error message when env not found/access problems and add template to trace attributes.

improvement

Currently we return following error: ``` Error: Server error: Internal Server Error, Error when inserting alias: failed to reserve env alias 'fuse': models: constraint failed: pq: duplicate key value violates...

improvement

Provisioning takes a long time because we are setting the permissions for the `user` so our users don't have to use `sudo`. We want to make this fast and not...

improvement

Sometimes the the SDK try to connect to WS in instance faster than the websocket is started, the proxy can't connect it, so it returns 50x, we should add some...

Tasks: - [ ] Return uffd handling for old templates - [ ] Change firecracker naming, so it can distinguish between uffd and non uffd - [ ] Copy linux...

bug
improvement

There is a problem with our current Rust UFFD handler. We will move the handler to orchestrator so we can properly develop and fix it.

bug
improvement

To enable multiple clients we are adding Network Block Device that allows us to stream sandbox data (rootfs, memfile, snapfile) from single storage (GCP Cloud Storage for now).

feature