Description
Packing a recipe in parallel causes the path_preferences.json file stored in the cache to be overwritten, resulting in json loading errors
Expected Behavior/Solution
We should check if the file exists AND is not empty before loading the json. Another option is to wrap this in a try...catch block.
Reproduction
Coming soon