#sidekiq
Read more stories on Hashnode
Articles with this tag
Sidekiq is an open-source job scheduler written in Ruby. It uses Redis as a data store for queue management and job processing.Have you ever wondered...
Scaling Ruby on Rails application to execute background jobs in real time using sidekiq ยท In my previous article, I explained how we are using a...