Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@laiyk5 laiyk5 released this 07 Jul 12:04
· 2 commits to main since this release

Overview

  1. JobGraph related modules are moved to resumex.job
  2. New subpackage resume (alpha)

New Package resumex.resume

  1. resume_jonl allow you to easily resume from interrupted process and retry on unsatisfactory data.
  2. retry allow you to easily decorate a function that raise ShallRetryError to make it retry whenever the exception is raised..

Changes of resumex.job

  1. Delete the poor-perform Executor
  2. Conceal the API.