Overview of the Jobs

Learn about using jobs to defer the execution or increase fault-tolerance of our Rails application.

We'll cover the following

Navigating background jobs in Rails

One of the most powerful tools to make our app high-performing and fault-tolerant is the background job. Background jobs bring some complexity and carrying cost to the system, so we have to be careful not to swap one sustainability problem for another.

Get hands-on with 1200+ tech skills courses.