CMSCompOps / WmAgentScripts

CMS Workflow Team Scripts
6 stars 51 forks source link

componentInfo can hang indefinitely #1211

Open lucalavezzo opened 11 months ago

lucalavezzo commented 11 months ago

Removed the soft checks in componentInfo, replaced them with an list of components that can be ignored. Thus, Unified modules that don't need a particular component won't hang or crash in case the unnecessary component isn't available. Modified all calls to componentInfo accordingly.