adaptdl
adaptdl copied to clipboard
Add ability to suspend a job without deleting the AdaptDLJob
Might be implemented by adding an additional state "Suspended". Suspending a job can be done by setting spec.suspended=true
, and can be unsuspended later by setting spec.suspended=false
or spec.suspended=nil
.