class ActiveJob::Continuation::ResumeLimitError
Raised when a job has reached its limit of the number of resumes. The limit is defined by the max_resumes
class attribute.
ActiveJob::Continuation::ResumeLimitError
Raised when a job has reached its limit of the number of resumes. The limit is defined by the max_resumes
class attribute.