Actions
Bug #25003
closedgenerateapplicability should ignore 404s from pulp
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Right now there is a race condition that can occur with clients where a client could register, unregister, and after the unregister katello can request applicability to be generated. Pulp correctly returns a 404, but we end up throwing a traceback and the task fails.
Actions