Spot recovery strategy #2567
yuval-airis
started this conversation in
Ideas
Replies: 1 comment
-
Hey @yuval-airis. To clarify:
The two strategies differ in whether to back off from a preempted region quickly. Yes, you could implement a new |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw that two StrategyExecutor for spot recovery are defined (FailoverStrategyExecutor and EagerFailoverStrategyExecutor for the sky.Resources class.
The former tries to failover within the same cluster, and the latter prefers to failover to a machine in another cluster.
Can I also set some more complicated method of picking the right cluster? (e.g. the cheapest one / nearest one) Would that be achieved by implementing an executor of my own?
Beta Was this translation helpful? Give feedback.
All reactions