Is Pixi Cache thread-safe? #2745
-
Hi everyone, I’ve recently started using Pixi for managing Python environments and packages. While exploring its features, I couldn't find detailed information about its cache mechanism. Specifically, I’d like to know:
Understanding this is crucial for using Pixi in multi-threaded or concurrent processes. Any insights, documentation links, or user experiences would be greatly appreciated! Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
baszalmstra
Dec 20, 2024
Replies: 1 comment 1 reply
-
Yes is thread and multi-process safe. We test this in CI a lot. We use file locks in the several places to make sure this works. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cc636489
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes is thread and multi-process safe. We test this in CI a lot. We use file locks in the several places to make sure this works.