Class: RocketJob::Jobs::SimpleJob

Inherits:
RocketJob::Job show all
Defined in:
lib/rocket_job/jobs/simple_job.rb

Instance Method Summary collapse

Methods included from Plugins::Job::Throttle

#throttle_filter_class, #throttle_filter_id

Methods included from Plugins::Job::Worker

#fail_on_exception!, #perform_now, #rocket_job_active_workers, #rocket_job_work

Methods included from Plugins::Job::StateMachine

#pausable?

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?

Instance Method Details

#performObject

No operation, used for performance testing



5
6
# File 'lib/rocket_job/jobs/simple_job.rb', line 5

def perform
end