v3.4.3
What's new
Added 🎉
- Added
clientoption toRecipe.dry_run()for providing an existing Beaker client.
Changed ⚠️
- When following a live experiment (e.g. via
gantry run), pressing CTRL-C will now give you 3 options: 'c' to cancel the workload, 'r' to resume following, and 'q' to quit following. Further, after pressing 'c' you'll be asked for confirmation before the workload is canceled.
Fixed ✅
- Fixed the order that job events are printed.
- Automatically set
PYTHONUNBUFFEREDat runtime to ensure real-time logging from Python processes.
Commits
5446d2c (chore) bump version to v3.4.3 for release
db31759 Add client option to Recipe.dry_run()
35f51da Better handling of CTRL-C when following workload (#176)