perfsonar / perl-shared

Shared libraries used by perl packages and referenced as a submodule in many git repos
Apache License 2.0
7 stars 3 forks source link

Update TaskManager to use new runs-started field #54

Closed arlake228 closed 6 years ago

arlake228 commented 6 years ago

The TaskManager class in the pScheduler library needs to be updated o use the new "runs-started" field if present instead of the old runs field. If not present, it should fall back to the old method for backward compatibility.