mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Regenerate openapidocs at 1.21.8 to match ci (#84037)
* Regenerate openapidocs at 1.21.8 to match ci * Adjust trigger to work on the actual outputted files * Also put go.mod and go.sum in the triggers * manually fix * Make an arbitrary change rather than touching the trigger to force a run * Drop all triggers - run all the time * Print diff - taken from @papagian's PR * Manual fixes to swagger doc --------- Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
@@ -107,7 +107,7 @@ type SchedulerCfg struct {
|
||||
Log log.Logger
|
||||
}
|
||||
|
||||
// NewScheduler returns a new schedule.
|
||||
// NewScheduler returns a new scheduler.
|
||||
func NewScheduler(cfg SchedulerCfg, stateManager *state.Manager) *schedule {
|
||||
const minMaxAttempts = int64(1)
|
||||
if cfg.MaxAttempts < minMaxAttempts {
|
||||
|
||||
Reference in New Issue
Block a user