RubyFlow The Ruby and Rails community linklog

Increase reliability of background job processing using super_fetch of Sidekiq Pro

Many applications use Sidekiq for background job processing. Although the “basic_fetch” strategy shipped with Sidekiq works in normal circumstances, it is prone to losing jobs when the Sidekiq process crashes. In this blog post we will discuss this problem in great detail and the benefits of “super_fetch” strategy offered by Sidekiq Pro to address that problem.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in