]> git.openstreetmap.org Git - chef.git/commitdiff
Add a run time limit to the mediawiki-jobs service
authorTom Hughes <tom@compton.nu>
Thu, 7 Dec 2023 15:07:04 +0000 (15:07 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 7 Dec 2023 15:07:20 +0000 (15:07 +0000)
cookbooks/mediawiki/recipes/default.rb

index 51f19d1b026d451c4757cdd636833938e81b265d..c9c2581ee271a62f162ff4ff2f165df1ce5ddb11 100644 (file)
@@ -101,6 +101,7 @@ systemd_service "mediawiki-jobs@" do
   exec_start "/usr/bin/php -d memory_limit=2048M -d error_reporting=22517 /srv/%i/w/maintenance/runJobs.php --server=https://%i --maxtime=175 --memory-limit=2048M --procs=8"
   user node[:mediawiki][:user]
   nice 10
+  runtime_max_sec 3600
   sandbox :enable_network => true
   memory_deny_write_execute false
   restrict_address_families "AF_UNIX"