fix(core): point the placement marker at the decision that covers placement

This commit is contained in:
Wanjohi
2026-09-04 23:03:05 +03:00
parent ecebc528ae
commit 4eff67a11a

View File

@@ -55,7 +55,7 @@ export namespace Placement {
}
if (hosts.length > 1) {
// Not a caller error: the request is fine and the system cannot yet
// answer it. An orchestrator is what closes this. todo(d-0048)
// answer it. An orchestrator is what closes this. todo(d-0014)
throw new VisibleError(
'internal',
ErrorCodes.Server.SERVICE_UNAVAILABLE,