alexanderrichards / ProductionSystem

MIT License
0 stars 1 forks source link

Decouple webapp and DiracClient code. #51

Open alexanderrichards opened 5 years ago

alexanderrichards commented 5 years ago

ParametricJobs requires the dirac-daemon.py's DiracClient for submitting jobs. However this gets brought in to the webapp when ParametricJobs is imported for the RESTful API web service. Could probably avoid this but need to think of the best approach.


Possibly: A base ParametricJobs class that DiracParametricJobs inherits from ?