Skip to content

Commit

Permalink
add: disable-scheduler-estimator-in-pull-mode flag
Browse files Browse the repository at this point in the history
  • Loading branch information
prodanlabs committed Jun 28, 2022
1 parent 7366faf commit 8c9ace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/scheduler/app/options/options.go
Expand Up @@ -41,7 +41,7 @@ type Options struct {

// EnableSchedulerEstimator represents whether the accurate scheduler estimator should be enabled.
EnableSchedulerEstimator bool
// DisableSchedulerEstimatorInPullMode represents whether to disable the pull mode scheduler estimator.
// DisableSchedulerEstimatorInPullMode represents whether to disable the pull mode scheduler estimator.
DisableSchedulerEstimatorInPullMode bool
// SchedulerEstimatorTimeout specifies the timeout period of calling the accurate scheduler estimator service.
SchedulerEstimatorTimeout metav1.Duration
Expand Down

0 comments on commit 8c9ace1

Please sign in to comment.