Cronario\Manager::startManagerLive PHP 메소드

startManagerLive() 보호된 메소드

protected startManagerLive ( )
    protected function startManagerLive()
    {
        $key = $this->buildManagerLiveKey($this->getId());
        $this->getRedis()->hmset($key, [static::P_LIVE_KEY_APP_ID => $this->getAppId(), static::P_LIVE_KEY_WORKER_CLASS => $this->getWorkerClass(), static::P_LIVE_KEY_MANAGER_ID => $this->getId(), static::P_LIVE_KEY_STARTED_TIME => $this->getStartOn()]);
        return $this;
    }