Skip to content

Commit

Permalink
Change kfp ttl from 24h to 4h (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedingber committed Aug 13, 2020
1 parent 1d48e91 commit 57ca390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlrun/config.py
Expand Up @@ -47,7 +47,7 @@
'remote_host': '',
'version': '', # will be set to current version
'images_tag': '', # tag to use with mlrun images e.g. mlrun/mlrun (defaults to version)
'kfp_ttl': '86400', # KFP ttl in sec, after that completed PODs will be deleted
'kfp_ttl': '14400', # KFP ttl in sec, after that completed PODs will be deleted
'kfp_image': '', # image to use for KFP runner (defaults to mlrun/mlrun)
'kaniko_version': 'v0.19.0', # kaniko builder version
'package_path': 'mlrun', # mlrun pip package
Expand Down

0 comments on commit 57ca390

Please sign in to comment.