Hacker News new | ask | show | jobs
by oakfr 1714 days ago
Does it apply to jobs running on multiple instances, e.g using dask?
1 comments

Good question, I've heard other engineers ask for this. The MVP version doesn't yet handle multiple instances, but it will be on our roadmap.
When you do get there, consider the Bulk Insert API on GCP and "Spot Fleets" on AWS (both make it easier for the provider to satisfy the entire request in one go).
Hmm.. makes sense, yes. thanks!