Class: Jobly::Commands::WorkerCmd
- Defined in:
- lib/jobly/commands/worker.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
16 17 18 19 |
# File 'lib/jobly/commands/worker.rb', line 16 def run say 'Starting sidekiq' exec "sidekiq #{}" end |