Skip to content

Commit

Permalink
Reload haproxy during the daily cron job.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhaziTriki committed Nov 21, 2024
1 parent 13f3680 commit 8179040
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bigbluebutton-config/cron.daily/bigbluebutton
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8179040

Please sign in to comment.