Skip to content

Commit

Permalink
remove preemptive cache wipe as its unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Sep 30, 2023
1 parent 2def009 commit 14d97f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func (agent *Agent) Run() {

for {
log.Info("fetching services for cluster")
agent.engine.WipeCache()
svcs, err := agent.consoleClient.GetServices()
if err != nil {
log.Error(err, "failed to fetch service list from deployments service")
Expand Down

0 comments on commit 14d97f9

Please sign in to comment.