DIRAC icon indicating copy to clipboard operation
DIRAC copied to clipboard

Inconsistency between `getReplicasForJobs` and `RunningLimit`

Open chaen opened this issue 1 year ago • 0 comments

getReplicasForJobs (in the API/DataManager) returns only replicas that are allowed for job, i.e. on disk, not on failover, etc. However, the RunningLimit of a given site can be set to 0 for User jobs, making the job impossible to run. We could detect that in the Dirac API and return an error.

chaen avatar Jul 25 '24 10:07 chaen