Notes on retrying all jobs with ActiveJob retry_on

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: class ApplicationJob < ActiveJob::Base retry_on StandardError .
Notes on retrying all jobs with ActiveJob retry_on #ruby #rubydeveloper #rubyonrails #activejob https://rubyonrails.ba/single/notes-on-retrying-all-jobs-with-activejob-retry_on

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles