module Continuable
Ruby on Rails 8.1.3.1
Since v8.1.3.1Available in: v8.1.3.1 edge
Active 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)
Show private methods Implementation detail — not part of the public API.
- # continue
Methods (inherited)
From ActiveSupport::Concern
(3)
- # class_methods
- # included
- # prepended