manyfold
manyfold copied to clipboard
Dir.chdir isn't threadsafe
ProcessUploadedFileJob uses chdir, but it's not threadsafe. This needs refactoring because at the moment, upload jobs will fail and requeue automatically. See #2525 for an example.