Arne Luenser

Results 66 comments of Arne Luenser

Shouldn't this rather be fixed in ory/kratos-selfservice-ui-node?

> > Shouldn't this rather be fixed in ory/kratos-selfservice-ui-node? > > Sure, this problem can be fix there, by this PR makes our Kratos more robust without any downside, so...

This issue is fixed in newer versions of ory/kratos-selfservice-ui-node and ory/hydra. Please create an issue if this still occurs. Thanks 👍

Is there an update on this?

This should be possible by specifying an IPv4 literal as the listening address, no? Please reopen if I'm mistaken.

Confirmed, and very weird. Go listens on IPv6 given `net.Listen("tcp", "0.0.0.0:0")`. We can't change any interfaces. On my machine, `net.Listen("tcp", "127.0.0.1:0")` binds a IPv4 address. So the problem is probably...

Would the solution outlined [here](https://github.com/ory/x/issues/769#issuecomment-2027099096) work for you?

Not sure the process pool is actually active in the OSS release. Are you seeing persistent `kratos jsonnet -0` processes?

We've been running the process pool in production for a while without any regressions but with 100x better performance.

Are you running your process with `GOMAXPROCS=1` or similar perhaps?