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.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6390 added
Updated by Pavel Moravec over 8 years ago
(I am little bit unsure if this API isnt deprecated - calling:
curl --stderr /dev/null --insecure --request GET https://satellite.example.com:443/katello/api/status
the method from api/v2/ping_controller.rb is executed)
Updated by Pavel Moravec over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|6343a0a283591f1bdd1f0c49049d96696ed29eb5.
Updated by Justin Sherrill over 8 years ago
- Translation missing: en.field_release set to 188
Actions