module
ActiveJob::Continuable
rails latest stable
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}[rdoc-ref:ActiveJob::Continuation] for usage.
Attributes
| [RW] | continuation |
| [RW] | resumptions |
Files
- activejob/lib/active_job/continuable.rb