PySlurm / pyslurm

Python Interface to Slurm
https://pyslurm.github.io
GNU General Public License v2.0
474 stars 116 forks source link

slurmdbd: Rework Job API #269

Closed tazend closed 1 year ago

tazend commented 1 year ago

Classes

General Functionality for a Job

Other

multimeric commented 1 year ago

Looks good. I'm also interested in the step statistics, but that can be added later as a subsequent PR if necessary. If you open this as a draft PR and I can review if/when you'd like.

tazend commented 1 year ago

Hi @multimeric

yeah the basic layout for everything is now pretty much done, including step statistics - just need to parse everything properly now. I'll let you know when its ready :)

multimeric commented 1 year ago

Great! Please open as a draft PR though so it can be reviewed.

tazend commented 1 year ago

Done, last missing functionality to modify database Jobs was now added with #297