File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/runloop_api_client/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ def retrieve_blueprint() -> BlueprintView:
311311 )
312312
313313 def is_done_building (blueprint : BlueprintView ) -> bool :
314- return blueprint .status not in ["building" , "provisioning" ]
314+ return blueprint .status not in ["queued" , " building" , "provisioning" ]
315315
316316 blueprint = poll_until (retrieve_blueprint , is_done_building , polling_config )
317317
@@ -981,7 +981,7 @@ async def retrieve_blueprint() -> BlueprintView:
981981 )
982982
983983 def is_done_building (blueprint : BlueprintView ) -> bool :
984- return blueprint .status not in ["building" , "provisioning" ]
984+ return blueprint .status not in ["queued" , " building" , "provisioning" ]
985985
986986 blueprint = await async_poll_until (retrieve_blueprint , is_done_building , polling_config )
987987
You can’t perform that action at this time.
0 commit comments