diff --git a/component/resource/fetcher.go b/component/resource/fetcher.go index 3658e1a1..f2c9b5bd 100644 --- a/component/resource/fetcher.go +++ b/component/resource/fetcher.go @@ -105,6 +105,7 @@ func (f *Fetcher[V]) loadBuf(buf []byte, hash utils.HashType, updateFile bool) ( _ = os.Chtimes(f.vehicle.Path(), now, now) } f.updatedAt = now + f.backoff.Reset() // no error, reset backoff return lo.Empty[V](), true, nil }