Adam Sutch
Adam Sutch
You need to remove it and add it again for it to pickup changes. `kueScheduler.remove({unique: 'my-unique-job-name'});` and then add it again.
I might have something to start from. It's designed as a video uploader for autoform. I built it 10 months ago and haven't touched it in 2 months, so I'll...
Apologies for the delay but here is the repo https://github.com/AdamSutch/autoform-file-collection The code was embedded in a private project I've been working on so it will not function out of the...
I use matb33:collection-hooks .after.update or .insert.update to remove the orphaned files. I get all the file _id's from the objects in that collection and remove any files not in that...