check_rabbitmq_queue: Fix the time period when we ignore long queues.

The commit 87d1809657 changed the time when
digests are sent by 3 hours to account for moving from the US East Coast to the
West Coast, but didn't change the time period exception in the
`check-rabbitmq-queue` script.

Closes #5415
This commit is contained in:
Puneeth Chaganti
2019-04-08 10:21:59 +05:30
committed by Tim Abbott
parent b081e6c728
commit 9876f1b14e
2 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
MAILTO=root
# Send digest emails once a day. Time is in UTC.
# NOTE: If the time of this cron job is changed, fix the ignore long queue time
# period in `check-rabbitmq-queue`.
0 18 * * * zulip cd /home/zulip/deployments/current && ./manage.py enqueue_digest_emails