[Core feature] Allow to choose Spot Instances at workflow start time #2284
Labels
enhancement
New feature or request
flyteadmin
Issue for FlyteAdmin Service
ui
Admin console user interface
Milestone
Motivation: Why do you think this is important?
At this point, we can set
interruptible=true
either at task or workflow level. I would be great if we could set this flag when we start a workflow, similiar tomax parallism
. This would allow to use the very same workflow as follows:interruptible=false
to get feedback asapinterruptible=true
interruptible=false
This would be a very helpful addition to Flyte. :)
Goal: What should the final outcome look like, ideally?
interruptible
can be set at workflow start, similar tomax parallism
Describe alternatives you've considered
Registering the same workflow twice, once with
interruptible
set to true, once set to falsePropose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: