Is it possible to abort a specific running job ?
Created by: SimoneTaliercio
Hi, first of all thanks for this awesome module!
I have some 'external' conditions which might require to abort a running job. How would you proceed to abort a running job without using Queue##process ?
Ideally, I would need something like Queue##abortJob(jobId) .
Thanks A LOT for your support.