Exception: ActiveJob::Continuation::ResumeLimitError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Error ,
StandardError
|
|
Instance Chain:
self,
Error ,
StandardError
|
|
Inherits: |
ActiveJob::Continuation::Error
|
Defined in: | activejob/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.