We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aca3d23 + a88d0ea commit 1d0a529Copy full SHA for 1d0a529
docker_version.txt
@@ -1 +1 @@
1
-1.6.3sync
+1.6.4sync
gunicorn.conf.py
@@ -3,16 +3,19 @@
3
import subprocess
4
5
# Worker configuration
6
-workers = 6
+workers = 5
7
worker_class = "gevent"
8
worker_connections = 300
9
timeout = 1200
10
graceful_timeout = 180
11
bind = "0.0.0.0:8080"
12
13
# Memory limits
14
-max_requests = 1000
15
-max_requests_jitter = 100
+max_requests = 10000
+max_requests_jitter = 200
16
+
17
+#The number of seconds to wait for requests on a Keep-Alive connection.
18
+keepalive = 20
19
20
# Logging
21
accesslog = None
requirements.txt
@@ -42,5 +42,5 @@ APScheduler==3.10.1
42
markdown
43
redis
44
gunicorn>=22.0.0
45
-gevent
+gevent>=1.4
46
zope.event
0 commit comments