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

Slave need initial redis SET update_running 1 to start  #54

Description

@xcmb-de

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions