For some reason, Delayed::Job\'s has decided to queue up but not excecute anything even though I\'ve restarted it several times, even kill -9\'d it and restarted it. It won\'t r
You can also do it like this:
Delayed::Worker.new.run( Delayed::Job.find(x) )