I already setup Redis, Sidekiq and Rails app, I can access it form //url/sidekiq, but how do I start the Sidekiq worker on a VPS? On my local I do: bundle exec sidekiq -q carrierwave,5 default
What should I do on a VPS hosting, I am using Capistrano?
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
http://stackoverflow.com/questions/16316801/how-to-start-sidekiq-worker-on-ubuntu-vps-digitalocean
Have you taken a look at this: <br> <br>https://github.com/mperham/sidekiq/wiki/Deployment