You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.Info("Wait for the RayCluster.Status.State to be ready before submitting the job.", "RayCluster", rayClusterInstance.Name, "State", rayClusterInstance.Status.State)
207
-
// This is one of only 3 places where we update the RayJob status. For observability
208
-
// while waiting for the RayCluster to become ready, we lift the cluster status.
207
+
// The nonready RayCluster status should be reflected in the RayJob's status.
208
+
// Breaking from the switch statement will drop directly to the status update code
209
+
// and return a default requeue duration and no error.
0 commit comments