argoproj / gitops-engine

Democratizing GitOps
https://pkg.go.dev/github.com/argoproj/gitops-engine?tab=subdirectories
Apache License 2.0
1.67k stars 251 forks source link

fix: swallowed error in startMissingWatches #605

Open agaudreault opened 1 month ago

agaudreault commented 1 month ago

If loadInitialState returns an error, it is possible to still call watchEvents and loadInitialState again when the resource type in error is not restricted.