Don't use gunicorn to launch lola-server
This commit is contained in:
parent
93058bc5cd
commit
21d5953fae
@ -2985,7 +2985,7 @@ Some functions to make my day job easier.
|
||||
(run-service-in-eshell
|
||||
"*lola-server*"
|
||||
"~/lola/lola-server"
|
||||
"gunicorn -t 120 -c server/web/gunicorn.conf.py bin.start_web:init_and_create_flask_app\\(\\)"
|
||||
"python bin/start_web.py"
|
||||
(get-python-setup "lola-server")))
|
||||
|
||||
(defun lola-celery-worker ()
|
||||
|
Loading…
Reference in New Issue
Block a user