Juan Calderon-Perez
Juan Calderon-Perez
@DanielHougaard Any update on this? I notice it still happens randomly using the "Working Example" above in tbe latest SDK version. I'm not sure if its a bug in pyo3_runtime...
@DanielHougaard Asking ChatGPT I found two issues. First one is there's no limits being set for tokio threads: ```rust use tokio::runtime::Builder; #[tokio::main(flavor = "multi_thread", worker_threads = 4)] // Adjust the...
I have moved on to use something else. This library can't handle high concurrency or be used from an HTTP handler.
Just an FYI, because of this issue we had to completely move off `Infisical`.
@DanielHougaard Thanks, any plans to re-add the encryption utils to it ?
@DanielHougaard Sounds good, I will keep track of the releases.
@lllllllillllllillll I'm going to make a PR to add support for building multi-platform images using Github Actions.
@J7mbo Not yet
@CMNatic The only way to test PR changes is to have a script or something that you run locally to pull the PR branch and build the image. While you...
@runabol That's awesome