Revert "[puppet] Add cron job to restart our workers daily."

This reverts commit 0b0180b0751f6c618d877b9c9ffc2b8287254e4d.

(imported from commit a81c552100345d369ffcaf69f28a86dea0893128)
This commit is contained in:
Tim Abbott 2013-12-03 16:14:57 -05:00
parent f7ac58bab5
commit b8a151ca4e
2 changed files with 0 additions and 12 deletions

View File

@ -1,5 +0,0 @@
MAILTO=root
# Restart all of our Django workers at 7:37AM every day
# This is to handle the fact that we have memory leaks.
37 7 * * * zulip supervisorctl restart zulip-workers:*

View File

@ -19,11 +19,4 @@ class zulip_internal::app_frontend {
notify => Service["nginx"],
}
file { "/etc/cron.d/restart-workers":
owner => "root",
group => "root",
mode => 644,
source => "puppet:///modules/zulip_internal/cron.d/restart-workers",
}
}