ClusterCockpit / cc-backend

Web frontend and API backend server for ClusterCockpit Monitoring Framework
https://www.clustercockpit.org
MIT License
15 stars 14 forks source link

Implement batch job scheduler integration #135

Open moebiusband73 opened 1 year ago

moebiusband73 commented 1 year ago

Currently the job meta data has to be provided by means of a REST API from outside cc-backend.

Provide a modular plugin mechanism to integrate batch job schedulers. Initial target could be a Slurm integration.