Skip to content

Commit 1004d19

Browse files
Google APIscopybara-github
authored andcommitted
feat: added new WAITING_FOR_RESOURCES state for QueuedResourceState
PiperOrigin-RevId: 566723901
1 parent 03430e1 commit 1004d19

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

google/cloud/tpu/v2alpha1/cloud_tpu.proto

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,17 @@ message QueuedResourceState {
723723
// The resources specified in the QueuedResource request have been
724724
// deleted.
725725
SUSPENDED = 8;
726+
727+
// The QueuedResource request has passed initial validation and has been
728+
// persisted in the queue. It will remain in this state until there are
729+
// sufficient free resources to begin provisioning your request. Wait times
730+
// will vary significantly depending on demand levels. When demand is high,
731+
// not all requests can be immediately provisioned. If you
732+
// need more reliable obtainability of TPUs consider purchasing a
733+
// reservation. To put a limit on how long you are willing to wait, use
734+
// [timing
735+
// constraints](https://cloud.google.com/tpu/docs/queued-resources#request_a_queued_resource_before_a_specified_time).
736+
WAITING_FOR_RESOURCES = 9;
726737
}
727738

728739
// Further data for the creating state.

0 commit comments

Comments
 (0)