Rails adds jitter to ActiveJob::Exceptions.retry_on
06-Mar-2020 2194
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 block which has several executions as an argument.
Rails adds jitter to ActiveJob::Exceptions.retry_on #ruby #rubydeveloper #rubyonrails #Rails #jitter #ActiveJob::Exceptions.retry_on #activejob::exceptions.retry_on https://rubyonrails.ba/link/rails-adds-jitter-to-activejob-exceptions-retry_on