Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

set gunicorn timeout via command

gunicorn app:app -b :8080 --timeout 120 --workers=3 --threads=3 --worker-connections=1000
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #gunicorn #timeout #command
ADD COMMENT
Topic
Name
7+1 =