Skip to content

Commit 2b27148

Browse files
feat: add specific message when a devbox fails due to missing its health checks (#8535)
1 parent b5bfa7d commit 2b27148

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 109
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-c2310609d04db8922d1fb4cc7e6174cc4388d9f862998a1223bb0c67d08de58a.yml
3-
openapi_spec_hash: c61657e61dab41a2ef15177444eac972
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-b0d4f639559e78ee64d536a35464cff1ef1928e92c2a32a0384dc887da662ef3.yml
3+
openapi_spec_hash: a822f02fec32ae89e2bc6a6f95b8845f
44
config_hash: ecb1ff09d29b565ed1452b5e0362e64d

src/runloop_api_client/types/devbox_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class DevboxView(BaseModel):
9292
a Blueprint.
9393
"""
9494

95-
failure_reason: Optional[Literal["out_of_memory", "out_of_disk", "execution_failed"]] = None
95+
failure_reason: Optional[Literal["out_of_memory", "out_of_disk", "execution_failed", "health_check_failed"]] = None
9696
"""The failure reason if the Devbox failed, if the Devbox has a 'failure' status."""
9797

9898
gateway_specs: Optional[Dict[str, GatewaySpecs]] = None

0 commit comments

Comments
 (0)