How To Add Sidekiq and Redis to a Ruby on Rails Application
When developing a Ruby on Rails application, you may find that you have application tasks that are best performed asynchronously. Processing data, sending batch emails, or interacting with external APIs are all examples of work that can be done asynchronously with _background jobs_.