Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pkg/defaults/timeouts.go
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,12 @@ const (
// NCCLTrainJobTimeout is the maximum time to wait for the NCCL all-reduce TrainJob to complete.
NCCLTrainJobTimeout = 30 * time.Minute

// NCCLStaleNamespacePruneAge is how old a leftover aicr-nccl-perf-* namespace
// must be before the best-effort prune in runNCCLTrainJob deletes it. Sized
// well past NCCLTrainJobTimeout so a namespace still owned by an in-progress
// sibling variant, or a run that is simply slow, is never touched.
NCCLStaleNamespacePruneAge = 2 * NCCLTrainJobTimeout

// NCCLLauncherPodTimeout is the maximum time to wait for the NCCL launcher pod to be created.
NCCLLauncherPodTimeout = 5 * time.Minute

Expand Down
Loading
Loading