module Continuable
Ruby on Rails 8.1.2
Since v8.1.2Active Job Continuable
The Continuable module provides the ability to track the progress of your jobs, and continue from where they left off if interrupted.
Mix ActiveJob::Continuable into your job to enable continuations.
See ActiveJob::Continuation for usage.
Extends
Attributes
Methods (defined here)
Private methods
(1)
Implementation detail — not part of the public API.
- # continue
Methods (inherited)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended