Class: Chimp::ExecNoop

Inherits:
Executor show all
Defined in:
lib/right_chimp/exec/ExecNoop.rb

Constant Summary

Constants inherited from Executor

Chimp::Executor::STATUS_DONE, Chimp::Executor::STATUS_ERROR, Chimp::Executor::STATUS_HOLDING, Chimp::Executor::STATUS_NONE, Chimp::Executor::STATUS_RETRYING, Chimp::Executor::STATUS_RUNNING

Instance Attribute Summary

Attributes inherited from Executor

#array, #dry_run, #error, #exec, #group, #inputs, #job_id, #owner, #quiet, #results, #retry_count, #retry_sleep, #server, #status, #template, #time_end, #time_start, #timeout, #verbose

Instance Method Summary collapse

Methods inherited from Executor

#cancel, #get_total_exec_time, #info, #initialize, #queue, #requeue, #target

Constructor Details

This class inherits a constructor from Chimp::Executor

Instance Method Details

#runObject



3
4
5
6
7
# File 'lib/right_chimp/exec/ExecNoop.rb', line 3

def run
  run_with_retry do
    # do nothing
  end
end