Revert "Revert "Fix worker panic""

This commit is contained in:
Aditya
2024-10-29 17:40:20 +05:30
committed by GitHub
parent 3e7bb00e4e
commit 6c243331e6
-3
View File
@@ -1301,9 +1301,6 @@ func handleExecutionResult(workflowExecution shuffle.WorkflowExecution) {
log.Printf("[ERROR] Unable to create docker client (3): %s", err)
return
}
}
if isKubernetes == "true" {
defer dockercli.Close()
}