Skip to content

Commit 518301e

Browse files
feat(devbox): recover resume provisioning failures (#10597)
1 parent 974d52b commit 518301e

2 files changed

Lines changed: 5 additions & 2 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: 120
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-655842d2f92e9a3525185c38986cfe40c08b4bab35d39384d519bc502f415904.yml
3-
openapi_spec_hash: fabc1067256c27f29fc1225c1ea871bf
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-3dc3735bd6dde301483f325e9be5cbae2aabdf9988b7e5a1da920d41e8bb380f.yml
3+
openapi_spec_hash: 70e2f6ccb848ff142fbfa020329951aa
44
config_hash: 6d102da8b9fcc3d0deb42d7a707e78c6

src/runloop_api_client/types/devbox_view.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212

1313
class StateTransition(BaseModel):
14+
failure_reason: Optional[str] = None
15+
"""The failure that caused this state transition, if applicable."""
16+
1417
status: Optional[
1518
Literal[
1619
"scheduled",

0 commit comments

Comments
 (0)