Module: ActiveJobMetadata::Lifecycle

Extended by:
ActiveSupport::Concern
Includes:
Metadata
Included in:
All
Defined in:
lib/active_job_metadata/lifecycle.rb

Overview

Use Lifecyle to track the current status of your job.

Constant Summary collapse

ENQUEUED =
"enqueued"
RUNNING =
"running"
DONE =
"done"

Method Summary

Methods included from Metadata

#metadata, #metadata=, #save_metadata