Class: Aranha::Rails::Process
- Inherits:
-
Object
- Object
- Aranha::Rails::Process
- Defined in:
- lib/aranha/rails/process.rb
Constant Summary collapse
- QUEUE =
'aranha'- QUEUES =
[QUEUE].freeze
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
9 10 11 12 13 |
# File 'lib/aranha/rails/process.rb', line 9 def run run_init run_jobs_workoff run_close end |