module RobotController

Monitors and controls running workflow robots off of priority queues and within a cluster.

verification class

Constants

VERSION

e.g., `1.2.3`

Public Class Methods

bluepill_config() click to toggle source
# File lib/robot-controller.rb, line 6
def self.bluepill_config
  File.join(File.dirname(__FILE__), 'robot-controller', 'bluepill.rb')
end