]> git.openstreetmap.org Git - chef.git/commitdiff
WSGIDaemonProcess use multiple processes and restart-interval
authorGrant Slater <git@firefishy.com>
Thu, 3 Sep 2020 14:27:31 +0000 (15:27 +0100)
committerGrant Slater <git@firefishy.com>
Thu, 3 Sep 2020 14:27:53 +0000 (15:27 +0100)
cookbooks/dev/templates/default/apache.user.erb
cookbooks/osqa/templates/default/apache.erb
cookbooks/trac/templates/default/apache.erb

index 87971664e3985c0e255718b85344b7d5ca11b9c4..258f120d3381e8813aa88182d13b341a53926ac1 100644 (file)
@@ -1,6 +1,6 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
-WSGIDaemonProcess <%= @user %>.dev.openstreetmap.org user=<%= @user %> inactivity-timeout=600
+WSGIDaemonProcess <%= @user %>.dev.openstreetmap.org user=<%= @user %> processes=2 threads=8 restart-interval=3600 inactivity-timeout=600 graceful-timeout=60 maximum-requests=2000
 
 <VirtualHost *:443>
        ServerName <%= @user %>.dev.openstreetmap.org
index 562f687e37d4046a258ca99772f5626eddae2fd2..9aa0eb9cb50463c3c8d6771e1183c1b305e0d01c 100644 (file)
@@ -1,6 +1,6 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
-WSGIDaemonProcess <%= @name %> user=<%= @user %> group=<%= @group %> processes=4 threads=4 inactivity-timeout=600 graceful-timeout=60 maximum-requests=2000 python-home=<%= @python_home %>
+WSGIDaemonProcess <%= @name %> user=<%= @user %> group=<%= @group %> processes=4 threads=8 restart-interval=3600 inactivity-timeout=600 graceful-timeout=60 maximum-requests=2000 python-home=<%= @python_home %>
 
 <VirtualHost *:80>
   ServerName <%= @name %>
index bc58ed276b8d07ff60fa7d701fd06b1c3c4627e3..173186de67a6148a43348a488b39e9a8424be8a8 100644 (file)
@@ -1,6 +1,6 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
-WSGIDaemonProcess <%= @name %> user=<%= @user %> group=<%= @group %> maximum-requests=5000 threads=25 inactivity-timeout=180
+WSGIDaemonProcess <%= @name %> user=<%= @user %> group=<%= @group %> processes=4 threads=8 restart-interval=3600 inactivity-timeout=180 graceful-timeout=60 maximum-requests=2000
 
 <VirtualHost *:80>
   ServerName <%= @name %>