Jakub Dobry
Jakub Dobry
I’m not fully sure if the second one is successfully restarted (and healthy) at that moment, but it’s definitely healthy after short time. If I do manual switchover using patronictl,...
Hello, is there any update on the issue?
Hi @hash3liZer, could you please share the logs again (there were few changes improving them) plus if you could share your template id, so I can take a look where...
> Ready for merge @dobrac? Let's keep it as a draft for now until the required stats are deployed, latest Grafana updates applied and maybe update the way we define...
> This is no longer relevant in this repo, right? no longer relevant, closing the PR
Hi @brendanator, I apologize for late response. Is this issue still relevant? If so, could you share which template you are using and ideally sandbox logs (`e2b sandbox logs `)...
Thanks for the update, If you decide to use E2B again in the future and run into any issues, feel free to reach out—we’re happy to help.
> @dobrac sorry to ping, but I see you have the most recent commit and the stale bot keeps poking me 😁 . Any thoughts on my questions above? Hi,...
Hi @hewliyang, thanks for the request, this support is coming soon! https://github.com/e2b-dev/E2B/pull/1016
Hi @bilalmalkoc, when using the .env file, do you have also the the dotenv installed and imported in the build file? (https://e2b.dev/docs/template/quickstart#create-a-development-build-script) JS ```js import "dotenv/config"; ``` Python ```python from...