set --run-missed default to True (#3330)

This commit is contained in:
PhracturedBlue
2023-09-22 16:32:24 -07:00
committed by GitHub
parent bcb07da5f3
commit 814738c74e

View File

@@ -75,7 +75,7 @@ type SchedulingPolicyDefinition struct {
}
// defaultRunMissed is the value for RunMissed.
const defaultRunMissed = false
const defaultRunMissed = true
// Interval returns the snapshot interval or zero if not specified.
func (p *SchedulingPolicy) Interval() time.Duration {