LX

Results 383 comments of LX

Please rebase the master code

It doesn't look good. How about just adding a maxRetry field?

```go type Flow struct { // +kubebuilder:validation:MinLength=1 // +required Name string `json:"name"` // +optional DependsOn *DependsOn `json:"dependsOn,omitempty"` // +optional MaxRetry *MaxRetry `json:"maxRetry,omitempty"` } ```

/assign @Monokaix @lowang-bh

I think the reservation plugin has been deprecated and replaced by the SLA plugin. @Thor-wl Can you clarify?

@Monokaix @googs1025 The docs has been updated. Please review again.

> If job A has a higher priority, it should be dequeued first according to its priority, right? job A is Running, and it failed. It will restart with the...