We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add System worker pool deploy page (proposed) Operational companion to the docs-site ADR (https://noetl.dev/docs/architecture/system_pool_and_wasm_plugins). Reserves the manifest + Helm shape for the proposed ``worker-system-pool``: - Workload inventory after the Python → Rust migration completes. - NATS routing: per-pool scheme extension to ``noetl.commands.system.>`` and the ``system_*`` POOL_FILTER_MAP family. - KEDA scaler manifest (smaller cap, tighter lag threshold than user pools). - Deployment manifest with ``--mode=system`` args and WASM cache volume. - ServiceAccount + RBAC differences (distinct from user pool SA). - Helm chart integration via opt-in ``workerPools.system-pool`` values section (default disabled). - Kind validation rig sketch. Wired into Home + _Sidebar. Tracked under: - noetl/ai-meta#45 — compiled rewrite of publisher / projector / server. - noetl/ai-meta#46 — system pool plug-in surface.