configs: replaced gevent with meinheld.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
b9f7564048
commit
0e9d71512e
2 changed files with 4 additions and 3 deletions
|
@ -3,14 +3,16 @@ check_delay = 5
|
||||||
endpoint = tcp://127.0.0.1:5555
|
endpoint = tcp://127.0.0.1:5555
|
||||||
pubsub_endpoint = tcp://127.0.0.1:5556
|
pubsub_endpoint = tcp://127.0.0.1:5556
|
||||||
stats_endpoint = tcp://127.0.0.1:5557
|
stats_endpoint = tcp://127.0.0.1:5557
|
||||||
|
copy_env = True
|
||||||
|
|
||||||
[socket:dynamicweb]
|
[socket:dynamicweb]
|
||||||
host = 127.0.0.1
|
host = 127.0.0.1
|
||||||
port = 8080
|
port = 8080
|
||||||
|
|
||||||
[watcher:dynamicweb]
|
[watcher:dynamicweb]
|
||||||
cmd = /home/r/.virtualenvs/dynamicweb/bin/chaussette --backend gevent --fd $(circus.sockets.dynamicweb) dynamicweb.wsgi.application
|
cmd = /home/r/.virtualenvs/dynamicweb/bin/chaussette --backend meinheld --fd $(circus.sockets.dynamicweb) dynamicweb.wsgi.application
|
||||||
use_sockets = True
|
use_sockets = True
|
||||||
|
copy_env = True
|
||||||
numprocesses = 5
|
numprocesses = 5
|
||||||
|
|
||||||
[env:dynamicweb]
|
[env:dynamicweb]
|
||||||
|
|
|
@ -45,8 +45,7 @@ djangocms-table
|
||||||
cmsplugin-filer==0.10.1
|
cmsplugin-filer==0.10.1
|
||||||
|
|
||||||
# production
|
# production
|
||||||
greenlet
|
|
||||||
circus
|
circus
|
||||||
circus-web
|
circus-web
|
||||||
chaussette
|
chaussette
|
||||||
gevent
|
meinheld
|
||||||
|
|
Loading…
Reference in a new issue