Skip to content

The option gearman_server_list, Not Working ! #4

@fmgdias

Description

@fmgdias

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions