Hello! Has anyone experienced timeouts with concur...
# talk-kratos
r
Hello! Has anyone experienced timeouts with concurrent registrations via Kratos? We are hosting it behind NGINX proxy and everything works fine when we try to register one at a time, what is interesting is that multiple concurrent registrations work fine, identities are created, we can login afterwards, but Kratos closes connections and we are being presented with
502 Bad Gateway
on our end. PS. I am not sure if this is for this channel, please correct me if I am wrong
m
Hello @rhythmic-toddler-1690 I have not heard of this issue before. Maybe it is related to your proxy in some way? Btw we also offer support for self-hosted Ory: https://www.ory.sh/support/ - then our devs can help you debug or build a solid set up directly. You can also try searching the archive if it came up before: https://archive.ory.sh/
r
Apparently the issue is RAM related, I suppose OOM when
jsonnet
is running, sadly there is no error indicating this behaviour. I surely remember v0.11 did throw 500 ISE when jsonnet was killed due to memory issue, but now there is no indication of this, this is only a speculation though, I am still debugging it. Thanks for getting back 🙂
m
I see. Are you running the latest version?
r
Yes, previously was running the 0.13 release, but then upgraded to v1 and the same behaviour is observed there