long ttl for jobs to allow for explicit deletion

pull/273/head
Frostebite 2021-06-26 04:33:59 +01:00
parent e17e1a32f4
commit 764bf7cd83
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -1556,6 +1556,7 @@ class KubernetesJobSpecFactory {
};
job.spec = {
backoffLimit: 0,
ttlSecondsAfterFinished: 300,
template: {
spec: {
volumes: [

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -83,6 +83,7 @@ class KubernetesJobSpecFactory {
};
job.spec = {
backoffLimit: 0,
ttlSecondsAfterFinished: 300,
template: {
spec: {
volumes: [