kandra: Fix cron specification, to run once, not every minute from 7-8.

This commit is contained in:
Alex Vandiver 2024-05-08 17:09:55 +00:00 committed by Tim Abbott
parent 8ab526a25a
commit 294fd914e1

View File

@ -5,7 +5,7 @@ class kandra::prod_app_frontend_once {
zulip::cron { 'update-first-visible-message-id':
hour => '7',
minute => '*',
minute => '0',
manage => 'calculate_first_visible_message_id --lookback-hours 30',
}