-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I want to add 2 job servers as failover, how to do add 2 job servers? and how to register worker to muti job servers?
php have the method like this:
$gmclient= new GearmanClient();
$gmclient->addServers("10.0.0.1,10.0.0.2:7003");
$worker= new GearmanWorker();
$worker->addServers("10.0.0.1,10.0.0.2:7003");Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels