Don't use gunicorn to launch lola-server

This commit is contained in:
Jeremy Dormitzer 2019-11-07 12:07:31 -05:00
parent 93058bc5cd
commit 21d5953fae

View File

@ -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 ()