Notes on retrying all jobs with ActiveJob retry_on

3 · Jonathan Rochkind · Aug. 23, 2021, 3:05 p.m.
I would like to configure all my ActiveJobs to retry on failure, and I’d like to do so with the ActiveJob retry_on method. So I’m going to configure it in my ApplicationJob class, in order to retry on any error, maybe something like: Why use ActiveJob retry_on for this? Why StandardError? Many people use backend-specific … Continue reading Notes on retrying all jobs with ActiveJob retry_on →...