Skip to content

Commit

Permalink
Merge pull request volcano-sh#60 from volcano-sh/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Ma authored Apr 3, 2019
2 parents 12c0765 + d6254d6 commit 9a1edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/job/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func (jc *jobCache) DeletePod(pod *v1.Pod) error {
}

func (jc *jobCache) Run(stopCh <-chan struct{}) {
wait.Until(jc.processCleanupJob, 0, stopCh)
wait.Until(jc.worker, 0, stopCh)
}

func (jc jobCache) TaskCompleted(jobKey, taskName string) bool {
Expand Down

0 comments on commit 9a1edae

Please sign in to comment.