Skip to content

v0.4.4: fix a bug in repeat submission (#165)

Compare
Choose a tag to compare
@felix5572 felix5572 released this 08 Feb 06:56
· 332 commits to master since this release
f9dd39f
* fix a bug in repeat submission

When a job previously failed, retries submitting, but is not submitted,
the job id should be cleaned. Otherwise, it will be considered failed
again (although it isn't actually submitted.)

* skip logging if it is not submitted

Co-authored-by: Jinzhe Zeng <[email protected]>