November 2023
Beginner to intermediate
80 pages
2h 1m
English
Starting with this chapter, and for the rest of the book, we’ll be doing work inside an example app. This app is included in the source code of the book in DIR. It has a few basic features that we’ll use to learn various things about Sidekiq and background jobs.
Before we start, you should get it set up. Once that’s done, we’ll move some code from the app into a Sidekiq job to see how that works, then get Sidekiq’s testing support set up to quickly learn about how Sidekiq jobs affect our tests. Even if you’re familiar with Sidekiq, there will be a few important lessons here about configuring Sidekiq as well as a high-level testing approach.
Read now
Unlock full access