Skip to content

Commit

Permalink
Add retry to loading the sample job (kubeflow#2199)
Browse files Browse the repository at this point in the history
Loading the sample job has sporadically failures due to race condition creating the db foreign key. 
Retry on the job should succeed.
  • Loading branch information
IronPan authored and k8s-ci-robot committed Jan 3, 2019
1 parent 3eaf99e commit a062335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeflow/pipeline/pipeline-apiserver.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
serviceAccountName: "ml-pipeline",
},
},
backoffLimit: 0,
backoffLimit: 2,
},
}, // loadSampleJob

Expand Down

0 comments on commit a062335

Please sign in to comment.