Skip to content

Commit

Permalink
Increase timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosribas committed Oct 22, 2024
1 parent e97346c commit 461998e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ CMD gunicorn \
--chdir /srv/rnacentral/rnacentral-webcode/rnacentral \
--bind 0.0.0.0:8000 \
rnacentral.wsgi:application \
--workers 2 \
--timeout 120 \
--workers 4 \
--timeout 300 \
--max-requests 1000 \
--max-requests-jitter 100 \
--log-level=debug \
Expand Down
2 changes: 1 addition & 1 deletion rnacentral/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requests==2.25.1
six==1.12.0
sqlparse==0.4.1
colorhash==1.0.3
gunicorn==23.0.0
gunicorn==21.2.0
python-dotenv==0.15.0
psutil==6.1.0

Expand Down

0 comments on commit 461998e

Please sign in to comment.