slenderock
6/7/2017 - 9:33 AM

sidekiq

sidekiq

bundle exec sidekiq -d -L log/sidekiq.log -q the-grove-academy_production_default -q carrierwave -e production -c 1

# develop
pkill -f sidekiq && bundle exec sidekiq -d -L log/sidekiq.log -q the-grove-academy_development_default -q carrierwave -e development -c 1          

# staging
pkill -f sidekiq &&  cd ~/the-grove-academy/current && bundle exec sidekiq -d -L log/sidekiq.log -q the-grove-academy_staging_default -q carrierwave -e staging -c 1

# production
pkill -f sidekiq &&  cd ~/the-grove-academy/current && bundle exec sidekiq -d -L log/sidekiq.log -q the-grove-academy_production_default -q carrierwave -e production -c 1