v0.4.4: fix a bug in repeat submission (#165)
* 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]>