Skip to content

Commit 6b3e488

Browse files
feat(devbox): rename scheduled -> queued (#10217)
1 parent 113c92b commit 6b3e488

2 files changed

Lines changed: 8 additions & 4 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: 119
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-0c2afaabf6aab84a49eaf4f94efa48a70afe47a73c6a684f38c0909a8f6ae15b.yml
3-
openapi_spec_hash: cf9b348173a796db0252c59468a464f7
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-b5badb6102d613aecce0a0297348c441712c818729f6251970808e9abf494aee.yml
3+
openapi_spec_hash: 3634342312dab3641c1f26a54b448dd2
44
config_hash: 9f32651e6269089b5d6c33594b992232

src/resources/devboxes/devboxes.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,7 @@ export interface DevboxView {
852852
*/
853853
status:
854854
| 'scheduled'
855+
| 'queued'
855856
| 'provisioning'
856857
| 'initializing'
857858
| 'running'
@@ -941,8 +942,9 @@ export namespace DevboxView {
941942
/**
942943
* The status of the Devbox.
943944
*
944-
* scheduled: The Devbox is scheduled to run but infrastructure allocation has not
945-
* started yet. provisioning: Runloop is allocating and booting the necessary
945+
* scheduled: Deprecated. The Devbox is waiting for infrastructure allocation to
946+
* start. Use queued. queued: The Devbox is waiting for infrastructure allocation
947+
* to start. provisioning: Runloop is allocating and booting the necessary
946948
* infrastructure resources. initializing: Runloop defined boot scripts are running
947949
* to enable the environment for interaction. running: The Devbox is ready for
948950
* interaction. suspending: The Devbox disk is being snapshotted as part of
@@ -954,6 +956,7 @@ export namespace DevboxView {
954956
*/
955957
status?:
956958
| 'scheduled'
959+
| 'queued'
957960
| 'provisioning'
958961
| 'initializing'
959962
| 'running'
@@ -1280,6 +1283,7 @@ export interface DevboxListParams extends DevboxesCursorIDPageParams {
12801283
*/
12811284
status?:
12821285
| 'scheduled'
1286+
| 'queued'
12831287
| 'provisioning'
12841288
| 'initializing'
12851289
| 'running'

0 commit comments

Comments
 (0)