Fix Sidekiq on Heroku
In order to run background jobs for apps hosted on Heroku, you must do the following:
Create the file config/initializers/sidekiq.rb
and put this in it:
Your app must also have the add-on:
Heroku Key-Value Store
Last updated
In order to run background jobs for apps hosted on Heroku, you must do the following:
Create the file config/initializers/sidekiq.rb
and put this in it:
Your app must also have the add-on:
Heroku Key-Value Store
Last updated