Quantcast
Channel: Understanding Background Workers with Redis, Sidekiq, Heroku and Rails 5 - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Vasilisa for Understanding Background Workers with Redis, Sidekiq,...

Best practices and convention is to place only one class inside one file with corresponding filename. No matters is it worker or any other class. If you want to organise them, you can wrap similar...

View Article



Understanding Background Workers with Redis, Sidekiq, Heroku and Rails 5

I have a Rails 5 app where I'm starting to move various jobs to the background using Sidekiq, Heroku and Redis. So far I have ResetFinanceDataWorker which has a Class of the same name....

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images