diff --git a/cmd/podsync/updater.go b/cmd/podsync/updater.go index be192191..c39c7e0f 100644 --- a/cmd/podsync/updater.go +++ b/cmd/podsync/updater.go @@ -93,6 +93,7 @@ func (u *Updater) Update(ctx context.Context, feedConfig *config.Feed) error { // We still need to generate XML, so just stop sending download requests and // retry next time if strings.Contains(output, "HTTP Error 429") { + logger.WithError(err).Warnf("got too many requests error, will retry download next time") break }