fairing
fairing copied to clipboard
Expose a method in deployer to terminate jobs/deployments
Issue-Label Bot is automatically applying the label improvement/enhancement
to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
@karthikv2k Maybe I don't quite catch your meaning, but the jobs has method to cleanup, only need to set deployer with cleanup=True/False, as below, seems the requriement has been implemented here.
fairing.config.set_deployer('job', cleanup=True/False)
And seems fairing do not support deploy deployments
, now only job/tfjob/gcpjob/serving. Yes, personally we should support that, comments? Thanks.
/priority p2 /area engprod