Description of problem: In the OpenShift Cluster Manager application - there is logic to cleanup consumers (delete consumers for which the clusters have been deleted or archived). we have the cluster ID as a fact in the consumer in order to be able to make the relation. so I take the list of consumers belonging to an org, and use the cluster ID in facts to compare which ones still exist. however, since the list doesn't include facts, I have to query each consumer we got just in order to have the facts and be able to compare. it's an important bottleneck in the job today. this is the exact place: https://gitlab.cee.redhat.com/service/uhc-account-manager/blob/develop/pkg/services/reconcile/reconcile_organization.go#L65 note that's listing consumers for an owner, in /owners/ID/consumers Desired change: Add an ?includeFacts=true flag on the call to /owners/ID/consumers to return the facts on each consumer returned in the list.
We believe this use case is no longer an issue, and do not need this change.
Closing as per comment #2