From 817273e68811bf8f2d33576391649ae57f0aa738 Mon Sep 17 00:00:00 2001 From: Teemu Erkkola Date: Wed, 25 Oct 2023 11:51:58 +0300 Subject: [PATCH] AV-2082: remove periodic worker restarts --- ckan/templates/ckan-uwsgi.ini.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/ckan/templates/ckan-uwsgi.ini.j2 b/ckan/templates/ckan-uwsgi.ini.j2 index 508bf6cfc0..8bb956be9b 100644 --- a/ckan/templates/ckan-uwsgi.ini.j2 +++ b/ckan/templates/ckan-uwsgi.ini.j2 @@ -13,8 +13,6 @@ master = true pidfile = /tmp/%n.pid harakiri = 50 max-requests = 5000 -max-worker-lifetime = 3600 -worker-reload-mercy = 600 vacuum = true callable = application buffer-size = 32768