-
- Downloads
Changed no of gunicorn workers to 5 and type to sync
Using multiprocessing.Lock to synchronize access to creation of Assignment fixes #130
parent
25351330
No related branches found
No related tags found
... | ... | @@ -5,7 +5,6 @@ djangorestframework~=3.8 |
git+https://github.com/robinhundt/djangorestframework-camel-case | ||
Django~=2.1 | ||
drf-yasg~=1.12.0 | ||
gevent~=1.3.0 | ||
gunicorn~=19.9.0 | ||
psycopg2-binary~=2.7.0 | ||
python-json-logger~=0.1.0 | ||
... | ... |
Please register or sign in to comment