-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Correct me if I'm wrong, but the option "gearman_server_list" is not implemented ?!
In the manual we have the information that it is used as failover.
Is it possible that the configuration is through round robin balancing too?
It would be interesting to have these three functions:
failover, gearman_server_list = (active/passive)
duplicate, gearman_dup_server_list = (fan-out, send to all)
round-robin, gearman_balance_server_list = (randon)
Source: https://statusengine.org/broker/#broker-options
gearman_server_list:
A list of Gearman-Job-Servers separated by comma as failover servers.
gearman_server_list=127.0.0.1:4730,192.168.10.5:4730
gearman_dup_server_list:
A list of Gearman-Job-Servers separated by comma.
All records will be pushed to all servers.
gearman_dup_server_list=127.0.0.1:4730,192.168.10.5:4730
Metadata
Metadata
Assignees
Labels
No labels