Class: Openbox::Commands::Sidekiq
- Inherits:
-
Openbox::Command
- Object
- Thor::Group
- Openbox::Command
- Openbox::Commands::Sidekiq
- Defined in:
- lib/openbox/commands/sidekiq.rb
Overview
The Sidekiq Command
Instance Method Summary collapse
-
#execute ⇒ Object
Run sidekiq.
Methods inherited from Openbox::Command
Instance Method Details
#execute ⇒ Object
Run sidekiq
13 14 15 16 |
# File 'lib/openbox/commands/sidekiq.rb', line 13 def execute Openbox.database.ensure_connection! exec('bundle exec sidekiq') end |