Hi everyone,
We just released JobSet v0.7.0! Some highlights in this release include:
1. Add a
RestartStrategy to the Failure Policy API. This feature allows users to configure whether JobSet uses blocking vs. non-blocking restarts (i.e., wait for
all jobs to be cleaned up before recreating new ones, vs. recreating each job as soon as its prior iteration is cleaned up).
2.
Priority-based exclusive job placement. This feature enables support for native k8s priority-based preemption for JobSets using exclusive job placement per topology domain, which previously would not work due to implementation details.
4. Bug fixes.
You can see the
release notes for more details.
Thanks to all the contributors who worked on issues for this release!
Please feel free to open Github issues with feature requests or any problems that you encounter. You can also find us in the #wg-batch channel in Slack.
Best regards,
Daniel Vega-Myhre