Use information about last checkpoint on preemption #477
Open
Description
This is known as cooperative preemption
If the workload does checkpointing, then we can assume they are able to communicate the latest checkpoint via a status condition. We can take that into account when selecting victims and prioritize ones that checkpointed lately.
We can update the existing design doc for preemption to include this.
Originally posted by @ahg-g in #83 (comment)