mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-25 20:12:24 +03:00
fix(core): point the placement marker at the decision that covers placement
This commit is contained in:
@@ -55,7 +55,7 @@ export namespace Placement {
|
|||||||
}
|
}
|
||||||
if (hosts.length > 1) {
|
if (hosts.length > 1) {
|
||||||
// Not a caller error: the request is fine and the system cannot yet
|
// 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(
|
throw new VisibleError(
|
||||||
'internal',
|
'internal',
|
||||||
ErrorCodes.Server.SERVICE_UNAVAILABLE,
|
ErrorCodes.Server.SERVICE_UNAVAILABLE,
|
||||||
|
|||||||
Reference in New Issue
Block a user