module

ActiveJob::Continuable

rails latest stable

Module not available on this version

This module is only available on newer versions. The first available version (v8.1.1) is shown here.

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