Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failover CC-servers for CC-clients #229

Closed
ORGaniZMo opened this issue Feb 5, 2019 · 4 comments
Closed

Failover CC-servers for CC-clients #229

ORGaniZMo opened this issue Feb 5, 2019 · 4 comments

Comments

@ORGaniZMo
Copy link

What about failover CC-servers for CC-clients?

"cc-client": [
{
"url": "url1:3344",
"use-tls": false,
"access-token": "qwerty",
"update-interval-s": 10,
"use-remote-logging": true,
"upload-config-on-startup": true,
"worker-id": "bla"
},
{
"url": "url2:3344",
"use-tls": false,
"access-token": "qwerty",
"update-interval-s": 10,
"use-remote-logging": true,
"upload-config-on-startup": true,
"worker-id": "bla"
}
...
]

@Bendr0id
Copy link
Owner

Should be possible. Need to check the efforts

@Bendr0id
Copy link
Owner

Bendr0id commented Dec 8, 2022

Released

@Bendr0id Bendr0id closed this as completed Dec 8, 2022
@Bendr0id
Copy link
Owner

Bendr0id commented Dec 8, 2022

Format is like this:

"cc-client": {
        "enabled": true,
        "servers": [
            {
                "url": "localhost:3344",
                "access-token": "mySecret",
                "use-tls": false
            },
            {
                "url": "localhost:4455",
                "access-token": "mySecret",
                "use-tls": false
            }
        ],
        "use-remote-logging": true,
        "upload-config-on-start": true,
        "worker-id": null,
        "reboot-cmd": null,
        "update-interval-s": 10,
        "retries-to-failover": 5
    },

@BrendaAtchley
Copy link

This feature is finally implemented
I have been looking forward to it for many years

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants