News







Rails adds jitter to ActiveJob::Exceptions.retry_on
When a job fails, the ActiveJob::Exceptions.retry_on catches the exception for the failed job and reschedules the job with a specified delay. The specified delay can be seconds (ActiveSupport::Duration is also allowed), exponentially_longer or a b...

