Class: RocketJob::Jobs::SimpleJob
- Inherits:
-
RocketJob::Job
- Object
- RocketJob::Job
- RocketJob::Jobs::SimpleJob
- Defined in:
- lib/rocket_job/jobs/simple_job.rb
Instance Method Summary collapse
-
#perform ⇒ Object
No operation, used for performance testing.
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
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
#perform ⇒ Object
No operation, used for performance testing
5 6 |
# File 'lib/rocket_job/jobs/simple_job.rb', line 5 def perform end |