insitro / redun

Yet another redundant workflow engine
https://insitro.github.io/redun/
Apache License 2.0
510 stars 43 forks source link

fix pod deletion on job deletion #57

Closed dakoner closed 1 year ago

dakoner commented 1 year ago

I noticed that pods (which are started by jobs) weren't being cleaned up. I set a propagation policy of "background" so when the job is deleted, the pods will be deleted asynchronously (it's possible to do foreground, but I figured that would just slow down the redun k8s executor unnecessarily).