Skip to content

Commit

Permalink
[TPU Provisioner] Bump node pool deletion check interval (#269)
Browse files Browse the repository at this point in the history
bump deletion interval in tpu provisioner
  • Loading branch information
danielvegamyhre committed Mar 8, 2024
1 parent 2871e74 commit 30f7257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpu-provisioner/internal/controller/deletion_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
// has passed twice, the node pool can be safely deleted. This second
// check is ensure the node pool is not prematurely deleted, in the case
// where a JobSet is restarted, but no pods have been created yet.
var nodePoolDeletionCheckInterval = 4 * time.Second
var nodePoolDeletionCheckInterval = 30 * time.Second

// DeletionReconciler watches Pods and Nodes and deletes Node Pools.
type DeletionReconciler struct {
Expand Down

0 comments on commit 30f7257

Please sign in to comment.