alert-oil-1341
12/04/2024, 6:50 PMjolly-florist-66728
12/04/2024, 6:50 PMn-1
times, where n
is the number of retries specified. The last retry is executed on a non-spot instance to ensure completion. Spot instance preemptions count against the system retry budget, not the user retry budget. User retries are only used for application errors.
Would you like more detail on this process?
Sources:
- Flyte documentation on interruptible tasks
- Flyte documentation on retries 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.alert-oil-1341
12/04/2024, 6:52 PMjolly-florist-66728
12/04/2024, 6:52 PMretries > 1
will attempt to run on spot instances, retrying on spot instances n-1
times, and on a non-spot instance for the last retry.
Would you like more detail on configuring retries for interruptible tasks?
Sources:
- Flyte documentation on interruptible tasks
- Flyte community discussion on retries 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.