Commit c3812549 authored by Anthony Jacob's avatar Anthony Jacob
Browse files

remove preload from gunicorn as it was messing with connexion pool

parent 5a7da8a4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ touch /deploy/logs/error.log
touch /deploy/logs/access.log

gunicorn --chdir /app \
    --preload \
    main:app \
    --name resume-api \
    --bind 0.0.0.0:443 \