Class: RocketJob::Jobs::OnDemandJob
- Inherits:
-
RocketJob::Job
- Object
- RocketJob::Job
- RocketJob::Jobs::OnDemandJob
- Includes:
- Plugins::Cron, Plugins::Retry
- Defined in:
- lib/rocket_job/jobs/on_demand_job.rb
Method Summary
Methods included from Plugins::Retry
#rocket_job_failure_count, #rocket_job_retry_on_fail?
Methods included from Plugins::Cron
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?