Actions
Refactor #32960
closedAsync proxy batch triggering
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman plugin
Target version:
Difficulty:
Triaged:
Yes
Pull request:
Description
When triggering tasks on the smart proxy before batch triggering, we always got back the uuid of the task on the smart proxy. With batch triggering this stayed the same, but we had to wait until all the tasks in the batch were planned, which could take some time.
Instead of waiting for the uuids, we make the proxy-side tasks be spawned with uuids matching the ones on foreman's side and therefore we don't have to wait for them to be fully planned.
Actions