INSTALLING RADIS AND SIDEKIQ
Install redis on Server We can follow :- https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis Server start: sudo service redis_6379 start Server stop: sudo service redis_6379 stop Install Sidekiq:- https://github.com/mperham/sidekiq/wiki/Getting-Started Run Sidekiq:- bundle exec sidekiq Install Resque:- https://www.botreetechnologies.com/blog/job-scheduling-with-resque-in-ruby-on-rails