Background Jobs & Workers
Move heavy tasks out of the request cycle with background jobs. This category covers Sidekiq, Delayed Job, Active Job, and other techniques to process emails, notifications, and data asynchronously, keeping your apps responsive and scalable.