File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -332,15 +332,18 @@ Monitoring Improvements
332332 moving away from synchronous, blocking operations, OpenWISP can achieve
333333 higher concurrency and throughput, allowing it to manage a much larger
334334 number of concurrent device operations while reducing overall CPU and
335- memory usage.
335+ memory usage (see :ref: `gsoc16-resource-aware-priority-scheduling ` for
336+ more information).
336337- **Adaptive task orchestration **: Implement an intelligent and adaptive
337338 Celery worker and consumer model that automatically adjusts concurrency
338- based on available hardware resources.
339+ based on available hardware resources (see
340+ :ref: `gsoc16-resource-aware-priority-scheduling ` for more information).
339341- **Priority aware scheduling **: Introduce a scheduler that supports multi
340342 queue topologies with explicit priority handling. This ensures that time
341343 sensitive tasks, such as configuration changes and reactive network
342344 operations, are not delayed by resource intensive background workloads,
343- such as those generated by the monitoring module.
345+ such as those generated by the monitoring module (see
346+ :ref: `gsoc16-resource-aware-priority-scheduling ` for more information).
344347
345348Networking Features
346349-------------------
You can’t perform that action at this time.
0 commit comments