Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/321231
Change subject: statsv: use systemd's process watchdog ...................................................................... statsv: use systemd's process watchdog This is the companion change to Ie471fa762b. It should be deployed after that change. Change-Id: I01b0e885d371dc019f4d60346feed41aae773e46 --- M modules/webperf/files/statsv.service 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/31/321231/1 diff --git a/modules/webperf/files/statsv.service b/modules/webperf/files/statsv.service index 356d056..20300e0 100644 --- a/modules/webperf/files/statsv.service +++ b/modules/webperf/files/statsv.service @@ -7,6 +7,7 @@ ExecStart=/usr/bin/python /srv/deployment/statsv/statsv/statsv.py User=nobody Restart=always +WatchdogSec=5 [Install] WantedBy=multi-user.target -- To view, visit https://gerrit.wikimedia.org/r/321231 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I01b0e885d371dc019f4d60346feed41aae773e46 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
