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
fix: properly clean up finished jobs and return failure when max-age exceeded (#1128)
* Skip jobs from hibernating due to culling config
* Update timeouts on job reconcile
* Extract failure message from job, skip reconciling finished jobs
* Not setting ttlSecondsAfterFinished for jobs
the job is deleted with the amalthea session; it is part of the
`needsDeletion` function determining when to remove a session.
The job sets its idleSince time when completed.
0 commit comments