Merge pull request #1535 from Shuffle/revert-1532-fix-worker-panic
Revert "Fix worker panic"
This commit is contained in:
@@ -1301,6 +1301,9 @@ func handleExecutionResult(workflowExecution shuffle.WorkflowExecution) {
|
|||||||
log.Printf("[ERROR] Unable to create docker client (3): %s", err)
|
log.Printf("[ERROR] Unable to create docker client (3): %s", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if isKubernetes == "true" {
|
||||||
defer dockercli.Close()
|
defer dockercli.Close()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user