cloudconvert

Laravel job overwriting other jobs?

对着背影说爱祢 提交于 2020-01-06 07:28:10
问题 I'm not too sure how to word this one, but I've got a job called uploadFile , which uses CloudConvert to convert an uploaded file (e.g PDF) to a JPG. Used in isolation, it all works great. I can upload a file, it'll be saved to S3, then CloudConvert gets the S3 file, converts it and uploads that too. Perfect. When it's being used by more than one person at a time, the files get mixed up. The filenames are correct (so the variables themselves must be correct), but the actual image processed is