Skip to content

Commit

Permalink
clean task info (#79)
Browse files Browse the repository at this point in the history
clean task memory record after task execute finished
  • Loading branch information
chris-sun-star authored Sep 27, 2023
1 parent 17a756b commit 33ef18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/resource/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func (c *Coordinator) executeTaskFlow(f *task.TaskFlow) {
c.Logger.Info("Task failed, back to initial status")
c.Manager.HandleFailure()
}
c.cleanTaskResultMap(f)
// Coordinate finished
}

Expand Down

0 comments on commit 33ef18a

Please sign in to comment.