Introduction
Active Job helps you run tasks in the background so your app stays fast. It makes it easy to do things later without slowing down users.
Sending emails after a user signs up without making them wait
Processing image uploads or resizing photos after upload
Running slow database cleanup tasks at night
Sending notifications or messages without delay
Performing API calls to other services without blocking user actions