v1.5.1
What's new
Changed ⚠️
Beaker.(job|experiment).(wait_for|as_completed)()
methods now raises a more specificJobTimeoutError
(which inherits fromTimeoutError
) instead of a genericTimeoutError
.
Commits
e98f04c Raise JobTimeoutError
instead of bare TimeoutError