Scalr\System\Zmq\Cron\AbstractTask::getReplicaAccounts PHP Method

getReplicaAccounts() public method

Gets accounts to replicate a service to process its queue in the separate workers
public getReplicaAccounts ( ) : array
return array Returns the list of the accounts to replicate
    public function getReplicaAccounts()
    {
        return $this->getReplicaTypes('account', '\\d+');
    }