comp-dev-cms-ita / dask-labextension

JupyterLab extension for Dask, with multiple factory selection
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

report site occupancy from condor_q in dask plugin menu #7

Open dciangot opened 3 years ago

MircoT commented 3 years ago

create_model needs updated information about workers from custom remote classes like RemoteHTCondor

A common API call for this purpose could be a better solution for external classes, as an attribute check of the Cluster object and a call to the API only if needed.