class Cluster

Defined in:

cluster.cr
cluster/worker_data.cr

Constant Summary

Log = ::Log.for("cluster")
WORKER_CHECK_INTERVAL = 5.seconds
WORKER_START_INTERVAL = 2.seconds

Constructors

Instance Method Summary

Constructor Detail

def self.new(config_path : String) #

[View source]

Instance Method Detail

def run : Nil #

[View source]
def stop : Nil #

[View source]