Let gunicorn load code before forking.

This commit is contained in:
Jake Moshenko 2014-05-20 19:06:54 -04:00
parent c953447ae0
commit 044cfdb656

View file

@ -4,3 +4,4 @@ worker_class = 'gevent'
timeout = 2000 timeout = 2000
logconfig = 'conf/logging.conf' logconfig = 'conf/logging.conf'
pythonpath = '.' pythonpath = '.'
preload_app = True