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
-ddaemonize-L log/sidekiq.loglogfile and logfile location-C config/sidekiq.ymlsidekiq.yml location-e productionenvironment production
