Skip to content

v3.4.3

Choose a tag to compare

@github-actions github-actions released this 14 Jan 22:57
· 39 commits to main since this release

What's new

Added 🎉

  • Added client option to Recipe.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 PYTHONUNBUFFERED at 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)