Rails background workers: Sidekiq overview and how to deploy it to Heroku
Rails background workers: Sidekiq overview and how to deploy it to Heroku
URL: https://medium.com/@kevinyckim33/sidekiq-overview-and-how-to-deploy-it-to-heroku-b8811fea9347?source=userActivityShare-d383785221d0-1524703853
Type: article
Domain: medium.com
Excerpt: Sidekiq is a framework for background job processing that is very useful for handling expensive computation, emails, and other processes…