You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Litestar, that uses argon2-cffi to hash passwords.
It usually works fine, but when I try to access the environment in the morning, I get a strange error (Threading failure), maybe related to threading issues.
It might reflect something else that is wrong with my system. Can you give some ideas?
Thanks for your comment. I discovered that Litestar had a memory leak, that caused a huge number of threads to get spawned. I'll report the issue there.
I am using Litestar, that uses argon2-cffi to hash passwords.
It usually works fine, but when I try to access the environment in the morning, I get a strange error (
Threading failure
), maybe related to threading issues.It might reflect something else that is wrong with my system. Can you give some ideas?
The text was updated successfully, but these errors were encountered: