Skip to content

Commit e2a2ccc

Browse files
committed
removing API logs to standard output. changing gunicorn config file.
1 parent 8567a16 commit e2a2ccc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docker_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1sync
1+
1.6.2sync

gunicorn.conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55
# Worker configuration
66
workers = 4
77
worker_class = "gevent"
8-
worker_connections = 400
8+
worker_connections = 600
99
timeout = 1200
1010
bind = "0.0.0.0:8080"
1111

12+
# Memory limits
13+
max_requests = 1000
14+
max_requests_jitter = 100
15+
1216
# Logging
13-
accesslog = "-"
17+
accesslog = None
1418
errorlog = "-"
1519
loglevel = "info"
1620

0 commit comments

Comments
 (0)