func main() { go workers.StartCluster() go workers.StartHeartbeat() go workers.StartImages() startWeb() }
func main() { go workers.StartCluster() go workers.StartHeartbeat() go workers.StartImages() go workers.StartServicesCapacity() startWeb() }
func main() { go workers.StartCluster() go workers.StartHeartbeat() go workers.StartImages() go workers.StartServicesCapacity() for { time.Sleep(1 * time.Hour) } }