Sidekiq In Rails: Native Worker & ActiveJob, Who’s The Winner?
23 Feb 2021Using a framework is convenient until we want to create something not supported by the framework, or something against the framework principle.
Recently, I braced myself and created a cron job with Rails and Sidekiq with an extra feature. In this blog, I shall detail the hits and (multiple) misses that ensued.
This blog post was originally written in Aya’s medium platform. Visit the original post here: Sidekiq In Rails: Native Worker & ActiveJob, Who’s The Winner?