Replace gunicorn with uwsgi, use persistent db connections #90

Merged
Oleg-Komarov merged 3 commits from asgi-to-wsgi into main 2024-04-25 15:11:09 +02:00
Showing only changes of commit 487d4397e0 - Show all commits

View File

@ -10,8 +10,6 @@ ExecStart={{ dir.source }}/.venv/bin/uwsgi --ini /etc/uwsgi/{{ service_name }}.i
Restart=always
KillSignal=SIGQUIT
Type=notify
StandardError=syslog
StandardOutput=syslog
SyslogIdentifier={{ service_name }}
NotifyAccess=all
WorkingDirectory={{ dir.source }}