From 8179040b73b251ec5c758544d20c18ed56231fc0 Mon Sep 17 00:00:00 2001 From: Ghazi Triki Date: Thu, 21 Nov 2024 20:28:04 +0100 Subject: [PATCH] Reload haproxy during the daily cron job. --- bigbluebutton-config/cron.daily/bigbluebutton | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bigbluebutton-config/cron.daily/bigbluebutton b/bigbluebutton-config/cron.daily/bigbluebutton index 3a0b41f06388..32839ea1c19b 100755 --- a/bigbluebutton-config/cron.daily/bigbluebutton +++ b/bigbluebutton-config/cron.daily/bigbluebutton @@ -134,3 +134,8 @@ docker image prune -f # find /tmp -name "*.afm" -mtime +$history -delete find /tmp -name "*.pfb" -mtime +$history -delete + +# +# Reload HAproxy to cleanup unused FD and drop time in queue to the minimum +# +sudo systemctl reload haproxy