mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
kandra: Fix cron specification, to run once, not every minute from 7-8.
This commit is contained in:
parent
8ab526a25a
commit
294fd914e1
@ -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',
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user