Class: Jobly::Commands::WorkerCmd

Inherits:
Base
  • Object
show all
Defined in:
lib/jobly/commands/worker.rb

Instance Method Summary collapse

Instance Method Details

#runObject



16
17
18
19
# File 'lib/jobly/commands/worker.rb', line 16

def run
  say 'Starting sidekiq'
  exec "sidekiq #{options_from_args}"
end