mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
committed by
Tim Abbott
parent
b081e6c728
commit
9876f1b14e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user