Exception: ActiveJob::Continuation::AfterAdvancingError
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 an error occurs after a job has made progress.
The job will be automatically retried to ensure that the progress is serialized in the retried job.