Jack Moore

Email: jack(at)jmoore53.com
Project Updates

Redis and Rails

06 Jul 2019 » containers, docker, commandcenter

REDIS - Sidekiq

REDIS Server must be running on server, and sidekiq must be running as well for the application to hit the job queue.

SO - Sidekiq in Production

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
© Jack Moore