This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Add configuration for specifying leader instance #103
Comments
cheungpat
added a commit
to cheungpat/skygear-server
that referenced
this issue
Sep 1, 2016
The skygear-server can be configured as slave (default is false). When skygear-server is slave, features that are not multiple-instance-safe is disabled. refs SkygearIO#103
Merged
cheungpat
added a commit
to cheungpat/skygear-server
that referenced
this issue
Sep 2, 2016
The skygear-server can be configured as slave (default is false). When skygear-server is slave, features that are not multiple-instance-safe is disabled. refs SkygearIO#103
cheungpat
added a commit
to cheungpat/skygear-server
that referenced
this issue
Sep 2, 2016
The skygear-server can be configured as slave (default is false). When skygear-server is slave, features that are not multiple-instance-safe is disabled. refs SkygearIO#103
cheungpat
added a commit
to cheungpat/skygear-server
that referenced
this issue
Sep 2, 2016
The skygear-server can be configured as slave (default is false). When skygear-server is slave, features that are not multiple-instance-safe is disabled. refs SkygearIO#103
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The fastest way to fix #91, is to designate an instance as a leader instance among multiple running skygear-servers. Features may be enabled/disabled depending on whether the instance is the leader.
Environment variable suggestion: An instance is a leader if an environment variable is set as
IS_LEADER=1
(or equal to other boolean true value such asyes
,true
etc)The text was updated successfully, but these errors were encountered: