mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #649 from hongqn/gevent-patch-early
Run worker's setup earlier than set num_workers
This commit is contained in:
commit
3c659558f2
@ -93,12 +93,12 @@ class Arbiter(object):
|
|||||||
if 'GUNICORN_FD' in os.environ:
|
if 'GUNICORN_FD' in os.environ:
|
||||||
self.log.reopen_files()
|
self.log.reopen_files()
|
||||||
|
|
||||||
|
self.worker_class = self.cfg.worker_class
|
||||||
self.address = self.cfg.address
|
self.address = self.cfg.address
|
||||||
self.num_workers = self.cfg.workers
|
self.num_workers = self.cfg.workers
|
||||||
self.debug = self.cfg.debug
|
self.debug = self.cfg.debug
|
||||||
self.timeout = self.cfg.timeout
|
self.timeout = self.cfg.timeout
|
||||||
self.proc_name = self.cfg.proc_name
|
self.proc_name = self.cfg.proc_name
|
||||||
self.worker_class = self.cfg.worker_class
|
|
||||||
|
|
||||||
if self.cfg.debug:
|
if self.cfg.debug:
|
||||||
self.log.debug("Current configuration:")
|
self.log.debug("Current configuration:")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user