🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    pkg/cron/corn.go
    skipped 21 lines
    22 22   if err != nil {
    23 23   return fmt.Errorf("can not add corn job: %s", err.Error())
    24 24   }
    25  - _, err = Cron.AddJob("0 0 16 * * ?", job.NewClusterBackup())
     25 + _, err = Cron.AddJob("0 0 16 * *", job.NewClusterBackup())
    26 26   if err != nil {
    27 27   return fmt.Errorf("can not add backup corn job: %s", err.Error())
    28 28   }
    skipped 17 lines
Please wait...
Page is in error, reload to recover