Module: RerunTask

Defined in:
lib/rerun_task.rb,
lib/rerun_task/pids.rb,
lib/rerun_task/config.rb,
lib/rerun_task/crontab.rb,
lib/rerun_task/version.rb,
lib/rerun_task/process_file.rb,
lib/rerun_task/watch_process.rb,
lib/rerun_task/unfinished_runner.rb

Defined Under Namespace

Classes: Crontab, Pids, ProcessFile, UnfinishedRunner, WatchProcess

Constant Summary collapse

CONFIG =
YAML.load_file("#{File.dirname(__FILE__)}/../../config/rerun_task.yml")
VERSION =
"0.0.2"