You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jobs aren't currently cleaned up upon completion. Unlike typical Kubernetes resources that we don't expect to be cleaned up, Jobs have a reasonably clear end of life. To ensure we aren't polluting Kubernetes with stale objects we should provide a basic mechanism for cleaning up Jobs.
Kubernetes have stablized their ttlSecondsAfterFinished property on Jobs and we can use the same mechanism for Rufio Jobs.
We can create more complicated mechanims for job clean up as necessary in the future.
The text was updated successfully, but these errors were encountered:
Jobs aren't currently cleaned up upon completion. Unlike typical Kubernetes resources that we don't expect to be cleaned up, Jobs have a reasonably clear end of life. To ensure we aren't polluting Kubernetes with stale objects we should provide a basic mechanism for cleaning up Jobs.
Kubernetes have stablized their
ttlSecondsAfterFinished
property on Jobs and we can use the same mechanism for Rufio Jobs.We can create more complicated mechanims for job clean up as necessary in the future.
The text was updated successfully, but these errors were encountered: