LibreQoE / LibreQoS

A Quality of Experience and Smart Queue Management system for ISPs. Leverage CAKE to improve network responsiveness, enforce bandwidth plans, and reduce bufferbloat.
https://libreqos.io/
GNU General Public License v2.0
464 stars 50 forks source link

Fix scheduler concurrence issues #356

Closed rchac closed 1 year ago

rchac commented 1 year ago

This limits concurrent tasks within the scheduler to 1, and max instances of importAndShapePartialReload and graphHandler to 1. This is in an effort to avoid race conditions.