fast-vr-44972
01/15/2024, 5:19 PMfresh-laptop-72652
01/16/2024, 7:53 PM@retry with less worry of spot interruptions)
that way you can have something like
@batch(cpu=..., queue="spot")
@step
def start(self):
...
I believe it's possible to achieve something similar with the k8s deployment via EKS Node Groups and diving into how the myriad of k8s scheduling/placement mechanisms work (node selectors, affinity, taints, tolerations) – that's all beyond my experience though so I can't say much about itfast-vr-44972
01/17/2024, 8:00 AMfresh-laptop-72652
01/17/2024, 7:16 PM