diff --git a/docker/web/conf/uwsgi.ini b/docker/web/conf/uwsgi.ini index 554f4bbb..824a50df 100644 --- a/docker/web/conf/uwsgi.ini +++ b/docker/web/conf/uwsgi.ini @@ -29,6 +29,10 @@ stats = /tmp/uwsgistats.sock threads = 2 enable-threads = true +# stop workers dying +# DAMN ! worker 5 (pid: 429) died, killed by signal 11 :( trying respawn ... +# https://github.com/unbit/uwsgi/issues/1792#issuecomment-481755089 +thread-stacksize = 512 thunder-lock = true vacuum = true