Skip to content

TrigConfigSvc: do not test Frontier URLs in FrontierCursor

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20211012T180518 into master

Remove the connectivity check of Frontier URLs in the FrontierCursor class. This creates unnecessary delays if one of the secondary servers is not available (e.g. on machines without internet access). The main execute function uses the first working server anyway.

cc @stelzer

Merge request reports