This commit is contained in:
Benjamin Dauvergne 2022-03-29 09:35:58 +02:00
parent bcba0f150b
commit a4ef5ac5a3
1 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@ whitelist_externals =
uwsgi-core
deps =
django
uwsgidecorators
commands =
./install-uwsgi.sh
uwsgi-core -T -M --plugin python3 --http-socket :{env:PORT:3001} --wsgi-file app.py --mule=mule.py
mkdir -p spooler
# uwsgi-core -T -M --plugin python3 --spooler spooler --spooler-processes 3 --http-socket :{env:PORT:3001} --wsgi-file app.py --mule=mule.py --python-import uwsgi_spooler
uwsgi-core -T -M --plugin python3 --spooler spooler --spooler-processes 3 --http-socket :{env:PORT:3001} --wsgi-file app.py --spooler-quiet --python-import uwsgi_cron --spooler-python-import uwsgi_spooler
rm -rf spooler