Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jobsets] Fix bug in jobset atexit on local scheduler (#2312)
- Local scheduler was deleting succesfully completed jobsets. We avoid this now by ensuring that jobsets are killed or deleted when they are not running or waiting (in suspended state).
- Loading branch information