Elvis Lu

Backgrounding Work – How to write good background jobs in Ruby On Rails?

In this article, I will be diving into the guidelines and best practices in writing performant background jobs in your Rails application. Firstly, when should we move our web transactions to be processed in the background? The below are the three criteria where we should use background jobs to process the transactions instead of having …

Backgrounding Work – How to write good background jobs in Ruby On Rails? Read More »