Exception: ActiveJob::Continuation::ResumeLimitError

Inherits:
Error
  • Object
show all
Defined in:
lib/active_job/continuation.rb

Overview

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