Worker Timeout Increased (#17)

This commit is contained in:
Chris Caron 2020-08-19 23:12:09 -04:00 committed by GitHub
parent 6e22b74c01
commit 949b8d9d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,10 @@ bind = [
# Workers are relative to the number of CPU's provided by hosting server
workers = multiprocessing.cpu_count() * 2 + 1
# Increase worker timeout value to give upstream services time to
# respond
timeout = 90
# Logging
# '-' means log to stdout.
errorlog = '-'