How can I delete the enqueued task?
Is there any returned id I can get when I enqueue a new task ?
And I can remove the enqueued task by what method ?
Thanks
I append my work to queue Resque.enqueue(StreamingVerificationWorker, @streaming_verification.id, @settings)
streaming_verification_worker.rb
class StreamingVerificationWorker
@queue = :automation