mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
puppet: Skip client reloads during weekly restarts.
Weekly restarts do not deploy any new client code, so there is no
reason to push clients to reload.
(cherry picked from commit 72ea340f80)
This commit is contained in:
committed by
Tim Abbott
parent
6dd8e003da
commit
9cc6cc5523
@@ -70,6 +70,6 @@ class zulip::profile::app_frontend {
|
||||
hour => '6',
|
||||
minute => '0',
|
||||
dow => '0',
|
||||
command => '/home/zulip/deployments/current/scripts/restart-server --fill-cache',
|
||||
command => '/home/zulip/deployments/current/scripts/restart-server --fill-cache --skip-client-reloads',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user