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 run any jobs.
Can I , in /console, specify a specific job and tell it to work?
Ex:.. Delayed::Job.find(x).run
Delayed::Job.find(x).invoke_job
NOTE: It won't run any other things like destroying job that was done or so on. Just running the job/task.