mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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.
This commit is contained in:
committed by
Tim Abbott
parent
bef864251b
commit
72ea340f80
@@ -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