How do you tell a specific Delayed::Job to run in console? January 7, 2023 by Tarik You can also do it like this: Delayed::Worker.new.run( Delayed::Job.find(x) )