StandardSchedulerSettings constructor

StandardSchedulerSettings({
  1. int? maxInstances,
  2. int? minInstances,
  3. double? targetCpuUtilization,
  4. double? targetThroughputUtilization,
})

Implementation

StandardSchedulerSettings({
  this.maxInstances,
  this.minInstances,
  this.targetCpuUtilization,
  this.targetThroughputUtilization,
});