Gernot Gradwohl
1 min readOct 12, 2019

--

Delayed::Jobs as well as Sidkiq are a great way to increase the scalability of any web app. The difference to the options described in my article are that this options are working with additional processes, so it was outside of the discussion for this article.

But still for (nearly) any relevant real word application a worker process is a huge win and should be used for all long running tasks where the user doesn’t need immediate feedback when it is finished or the task is precalculating something.

--

--

Gernot Gradwohl
Gernot Gradwohl

Written by Gernot Gradwohl

Passionate programmer. Love the elegance of Ruby. Recently started to dig into functional programming with Elixir.

No responses yet