Skip to content

Version 1.0.24

Choose a tag to compare

@joserc87 joserc87 released this 09 Jul 14:45
· 161 commits to master since this release

Added

Support for the job cancellation endpoint (while a job is in the ENQUEUED
state)

job = ds.request_datafile(...)
job.cancel()

Improved

Job.wait_for_completion raises an exception if the job goes in ERROR so we
don't wait forever.