# HG changeset patch # User Marcin Kuzminski # Date 2013-06-03 01:10:48 # Node ID 92ec93df78f0c670dddfe32f244a8a3ee5f77dba # Parent eabb273bfd806655ca4f94143264a310c4013bdc added info about settings instance_id=* with gunicorn setup and >1 workers diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -50,7 +50,8 @@ asyncore_use_poll = True ## GUNICORN ## #use = egg:gunicorn#main -## number of process workers. Don't change that to more than 1 +## number of process workers. You must set `instance_id = *` when this option +## is set to more than one worker #workers = 1 ## process name #proc_name = rhodecode diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -50,7 +50,8 @@ asyncore_use_poll = True ## GUNICORN ## #use = egg:gunicorn#main -## number of process workers. Don't change that to more than 1 +## number of process workers. You must set `instance_id = *` when this option +## is set to more than one worker #workers = 1 ## process name #proc_name = rhodecode diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl --- a/rhodecode/config/deployment.ini_tmpl +++ b/rhodecode/config/deployment.ini_tmpl @@ -50,7 +50,8 @@ asyncore_use_poll = True ## GUNICORN ## #use = egg:gunicorn#main -## number of process workers. Don't change that to more than 1 +## number of process workers. You must set `instance_id = *` when this option +## is set to more than one worker #workers = 1 ## process name #proc_name = rhodecode