dmwm / CRABServer

15 stars 38 forks source link

Change way PJ determines if a file is a TFile #5595

Open mmascher opened 6 years ago

mmascher commented 6 years ago

This current fix https://github.com/dmwm/CRABServer/pull/5579 uses a pkl file adding a dependency on the PJ. Is there a better way to do it?

belforte commented 6 years ago

IIRC we discussed this before that fix and agreed on it as some short term solution. The way information is passed to the PJ should be improved, but it makes sense that PJ can access info from task database (which is what is needed here).