How Sidekiq really works
Let’s just begin with something that every Rails developer that is using Sidekiq is familiarized with – a simple worker: […]
It seems that writing Sidekiq’s workers it’s quite an effortless task. Still, during my eight-year journey with this great library, […]
The count method Ruby implements its own count method, which counts the number of elements in the given array. However, ActiveRecord::Relation class implements its own implementation […]
At first sight, it seems that the way Sidekiq jobs work is straightforward, but the truth is that the whole […]