We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0182756 commit 1e948b2Copy full SHA for 1e948b2
1 file changed
src/dstack/_internal/core/models/runs.py
@@ -191,6 +191,7 @@ def to_error(self) -> Optional[str]:
191
error_mapping = {
192
JobTerminationReason.INSTANCE_UNREACHABLE: "instance unreachable",
193
JobTerminationReason.WAITING_INSTANCE_LIMIT_EXCEEDED: "waiting instance limit exceeded",
194
+ JobTerminationReason.WAITING_RUNNER_LIMIT_EXCEEDED: "waiting runner limit exceeded",
195
JobTerminationReason.VOLUME_ERROR: "volume error",
196
JobTerminationReason.GATEWAY_ERROR: "gateway error",
197
JobTerminationReason.SCALED_DOWN: "scaled down",
0 commit comments