Skip to content

Commit

Permalink
fix(deps): update psycopg2 and use lazy uwsgi init (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 committed Sep 6, 2019
1 parent f0b9270 commit 498c965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployment/uwsgi/uwsgi.ini
Expand Up @@ -26,5 +26,5 @@ pythonpath = /usr/local/lib/python3.6/site-packages/

# Initialize application in worker processes, not master. This prevents the
# workers from all trying to open the same database connections at startup.
# lazy = true
# lazy-apps = true
lazy = true
lazy-apps = true
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -24,7 +24,7 @@ markdown==3.1.1
python-jose==2.0.2
oauthlib==3.0.0
requests_oauthlib==1.2.0
psycopg2==2.7.3.2
psycopg2==2.8.3
pysftp==0.2.9
pytest-flask==0.10.0
pytest==3.2.3
Expand Down

0 comments on commit 498c965

Please sign in to comment.