Open asm582 opened 1 year ago
In file https://github.com/project-codeflare/multi-cluster-app-dispatcher/blob/433d1cbadfe7807a22f79f292f8caec897def519/pkg/controller/clusterstate/cache/cache.go#L379 When updating the cache fails we log the error and sleep for a second. does it make sense?
looking down the chain, saveState() always returns nil, so updateCache() will never error out ?
https://github.com/project-codeflare/multi-cluster-app-dispatcher/blob/433d1cbadfe7807a22f79f292f8caec897def519/pkg/controller/clusterstate/cache/cache.go#L240
In file https://github.com/project-codeflare/multi-cluster-app-dispatcher/blob/433d1cbadfe7807a22f79f292f8caec897def519/pkg/controller/clusterstate/cache/cache.go#L379 When updating the cache fails we log the error and sleep for a second. does it make sense?