Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Slave need initial redis SET update_running 1 to start #54

Open
xcmb-de opened this issue Apr 21, 2021 · 0 comments
Open

Slave need initial redis SET update_running 1 to start #54

xcmb-de opened this issue Apr 21, 2021 · 0 comments

Comments

@xcmb-de
Copy link

xcmb-de commented Apr 21, 2021

i have two instances running on my server and after reading the documentary i switched to a master-slave-config.

Master instance is runnig fine but slave stucks:

/bin/bash -x /usr/bin/conanexiles_controller


++ redis-cli -h redis --raw GET update_running
+ [[ '' == 1 ]]
+ sleep 10
+ true

my workaround is:

redis-cli -h redis SET update_running 1

is it possible to set this if Masterserver ist successfully started

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

No branches or pull requests

1 participant