boundless-pizza-95864
07/26/2022, 6:22 AMIf your task gets preempted, Flyte will retry your task on a non-spot (regular) instance. This retry will not count towards a retry that a user sets.Still I'd like to configure Flyte to try one more time on a spot instance. There's a interruptible-failure-threshold ("number of failures for a node to be still considered interruptible"). Is this the right config to tweak that behavior?
magnificent-teacher-86590
07/26/2022, 8:11 AMhallowed-mouse-14616
07/26/2022, 12:02 PMinterruptible-failure-threshold
and unset interruptible
if we see the number of failures exceed the threshold. Intuitively, you should be able to set the interruptble-failure-threshold
to a number higher than the number of retries to ensure the task is only executed on SPOT instances.boundless-pizza-95864
07/26/2022, 12:13 PM