Skip to content

Commit fd31af6

Browse files
committed
[docs] Roadmap: linked back gsoc26 celery-resource-aware-priority-scheduling
1 parent c6d01cd commit fd31af6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

general/roadmap-2030.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

345348
Networking Features
346349
-------------------

0 commit comments

Comments
 (0)