Class: RocketJob::Job
- Inherits:
-
Object
- Object
- RocketJob::Job
- Includes:
- Plugins::Document, Plugins::Job::Callbacks, Plugins::Job::Logger, Plugins::Job::Model, Plugins::Job::Persistence, Plugins::Job::StateMachine, Plugins::Job::Throttle, Plugins::Job::ThrottleRunningJobs, Plugins::Job::Worker, Plugins::StateMachine, SemanticLogger::Loggable
- Defined in:
- lib/rocket_job/job.rb
Overview
The base job from which all jobs are created
Direct Known Subclasses
RocketJob::Jobs::ActiveJob, RocketJob::Jobs::ConversionJob, RocketJob::Jobs::CopyFileJob, RocketJob::Jobs::DirmonJob, RocketJob::Jobs::HousekeepingJob, RocketJob::Jobs::OnDemandBatchJob, RocketJob::Jobs::OnDemandJob, RocketJob::Jobs::PerformanceJob, RocketJob::Jobs::ReEncrypt::RelationalJob, RocketJob::Jobs::SimpleJob, RocketJob::Jobs::UploadFileJob
Method Summary
Methods included from Plugins::Job::Throttle
#throttle_filter_class, #throttle_filter_id
Methods included from Plugins::Job::Worker
#fail_on_exception!, #perform, #perform_now, #rocket_job_active_workers, #rocket_job_work
Methods included from Plugins::Job::StateMachine
Methods included from Plugins::Job::Persistence
#create_restart!, #reload, #save_with_retry!
Methods included from Plugins::Job::Model
#as_json, #duration, #expired?, #run_now!, #scheduled?, #scheduled_at, #seconds, #sleeping?, #status, #worker_count, #worker_names, #worker_on_server?