Actions
Bug #16870
closedserver_status to call CandlepinPing.ping just once
Description
Getting katello status fetches data from Candlepin redundantly many times. See https://github.com/Katello/katello/blob/master/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb#L238.
Let call the Katello::Resources::Candlepin::CandlepinPing.ping just once and store it in a variable referred later on.
Actions