Restart gunicorn processes more often
This commit is contained in:
parent
d8a8e7fd8e
commit
7d20ccd8d7
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ accesslog = "-"
|
||||||
disable_redirect_access_to_syslog = True
|
disable_redirect_access_to_syslog = True
|
||||||
preload_app = True
|
preload_app = True
|
||||||
bind = "0.0.0.0:8080"
|
bind = "0.0.0.0:8080"
|
||||||
max_requests = 1200
|
max_requests = 800
|
||||||
max_requests_jitter = 100
|
max_requests_jitter = 50
|
||||||
forwarded_allow_ips = "*"
|
forwarded_allow_ips = "*"
|
||||||
|
|
||||||
# Run an additional thread so the GIL isn't sitting completely idle
|
# Run an additional thread so the GIL isn't sitting completely idle
|
||||||
|
|
Loading…
Reference in a new issue