Actions
Bug #19055
closedruncible should support generate applicability call for single consumer
Description
Currently, runcible only supports making an applicability regen call where all of the UUIDs are passed in via POST. This works, but due to the way Pulp works, all of these calls get 'pinned' to the same worker. For example, if you make six calls with six different UUIDs (example: "[A]", "[B]", "[C]", ...), all six of these will get pinned to the same worker. This can make applicability regen very slow.
If you call the applicability regen differently, the call does not get pinned to a worker. See https://pulp.plan.io/issues/1173#note-12 for more detail.
Actions