Skip to content

Commit 1e948b2

Browse files
[Bug]: Run doesn't show Waiting runner limit exceeded in Error #3545
1 parent 0182756 commit 1e948b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/dstack/_internal/core/models

src/dstack/_internal/core/models/runs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def to_error(self) -> Optional[str]:
191191
error_mapping = {
192192
JobTerminationReason.INSTANCE_UNREACHABLE: "instance unreachable",
193193
JobTerminationReason.WAITING_INSTANCE_LIMIT_EXCEEDED: "waiting instance limit exceeded",
194+
JobTerminationReason.WAITING_RUNNER_LIMIT_EXCEEDED: "waiting runner limit exceeded",
194195
JobTerminationReason.VOLUME_ERROR: "volume error",
195196
JobTerminationReason.GATEWAY_ERROR: "gateway error",
196197
JobTerminationReason.SCALED_DOWN: "scaled down",

0 commit comments

Comments
 (0)