Gerhard Lazu

Results 259 comments of Gerhard Lazu

We talked about this with @jedevc & @sipsma and the key take away from that conversation is that we want to split the connecting & provisioning concerns. Today, `_EXPERIMENTAL_DAGGER_RUNNER_HOST` combines...

We assume that an Engine exists, and **we need to connect to it via a remote `TCP/IP` connection**. That is the boundary of this issue, both in terms of discussion...

It's great seeing this issue come alive! Would it make sense to push the _Provisioners_ discussion into what is today called [Compute Drivers](https://github.com/dagger/dagger/issues/5583) and keep this issue focus on the...

Thank you @ayushr2 for taking the time to share extra context. @pojntfx has a few suggestions on how to improve the current gVisor behaviour. Out of curiosity, is anyone from...

I just hit the same warning, and thought that this was a bug, but then stumbled across this issue. Still a rough edge.

I started looking into this, but it will take a bit since I need to go through all the different variants. As I do that, I am going to add...

We had a single OOM at 2:47AM GMT on Nov. 1 for that EWR instance, which **may** have been responsible for some of these hanging requests, but not the one...

This is super helpful @dmackinn, thank you 👍 I have confirmed that some requests for the `ewr` instance are indeed hanging: The fix was to delete the instance, and let...

I dug deeper, and I think that I have found the problem: the concurrency was set to `connections` instead of `requests`. This means that each request would use up one...