Module: RobotController
- Defined in:
- lib/robot-controller.rb
Overview
Monitors and controls running workflow robots off of priority queues and within a cluster.
Constant Summary collapse
- VERSION =
e.g.,
1.2.3 File.read(File.join(File.dirname(__FILE__), '..', 'VERSION')).strip
Class Method Summary collapse
Class Method Details
.bluepill_config ⇒ Object
7 8 9 |
# File 'lib/robot-controller.rb', line 7 def self.bluepill_config File.join(File.dirname(__FILE__), 'robot-controller', 'bluepill.rb') end |