I'm looking for a command to start a worker process so that inside of the job's perform
method I can call debugger
and have control thrown to the command prompt.
I ended up using pry instead of ruby-debugger. Works like a charm. Practically an Irish charm!