scheduler: isolate reconciliation code (#26002)

This moves all the code of service/batch and system/sysbatch reconciliation into a new reconcile package.
This commit is contained in:
Piotr Kazmierczak
2025-06-10 15:46:39 +02:00
committed by GitHub
parent 8164d9e1d4
commit 76e3c2961a
17 changed files with 960 additions and 867 deletions

View File

@@ -46,6 +46,7 @@
"nomad/volumewatcher/...",
"plugins/...",
"scheduler/...",
"scheduler/reconcile/...",
"testutil/..."
]
}