You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when starting a job, put its full serialized description into a dotfile, and append each individual result as we go (use cbor+decoders?)
command to list interrupted jobs
command to resume an interrupted job (subtracting already done individual tasks)
edit: in xdg rundir, save a description of the job (a flat json file) and append results as we go. remove file when we're done. resume looks for such files and picks up where ti stopped.
The text was updated successfully, but these errors were encountered:
edit: in xdg rundir, save a description of the job (a flat json file) and append results as we go. remove file when we're done.
resume
looks for such files and picks up where ti stopped.The text was updated successfully, but these errors were encountered: