restart: skip Sleep() for the first iteration of the reconcilation
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
af4c55fa4a
commit
6ab6eaa790
@ -152,10 +152,10 @@ func (m *monitor) run(interval time.Duration) {
|
|||||||
interval = 10 * time.Second
|
interval = 10 * time.Second
|
||||||
}
|
}
|
||||||
for {
|
for {
|
||||||
time.Sleep(interval)
|
|
||||||
if err := m.reconcile(context.Background()); err != nil {
|
if err := m.reconcile(context.Background()); err != nil {
|
||||||
logrus.WithError(err).Error("reconcile")
|
logrus.WithError(err).Error("reconcile")
|
||||||
}
|
}
|
||||||
|
time.Sleep(interval)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user