Actions
Refactor #31799
closedUse async Candlepin API for manifest import
Pull request:
Fixed in Releases:
Found in Releases:
Description
Barnaby recommends that we switch from the deprecated synchronous API. In order to not have to do a bunch of refactoring on our side we'll need to initiate the request, get the job ID, and poll it until done as we do for some other APIs. If we don't poll we can process the event from Candlepin when the job finishes, but the change will be more involved, though it warrants consideration.
Actions