manyfold icon indicating copy to clipboard operation
manyfold copied to clipboard

Dir.chdir isn't threadsafe

Open Floppy opened this issue 1 year ago • 0 comments

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.

Floppy avatar Aug 19 '24 15:08 Floppy