REDIS - Sidekiq
REDIS Server must be running on server, and sidekiq must be running as well for the application to hit the job queue.
bundle exec sidekiq -d -L log/sidekiq.log -C config/sidekiq.yml -e production
-d
daemonize-L log/sidekiq.log
logfile and logfile location-C config/sidekiq.yml
sidekiq.yml location-e production
environment production