mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
This is to ensure that if we have an interval where we're not doing prod deploys, we don't have to worry about worker memory leaks killing us. (imported from commit 0b0180b0751f6c618d877b9c9ffc2b8287254e4d)
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
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:*
|