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:
Alex Vandiver
2025-08-19 13:50:39 +00:00
committed by Tim Abbott
parent bef864251b
commit 72ea340f80

View File

@@ -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',
}
}