You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we add more features to koji_tag, we're making more and more XML-RPC calls, and this is slowing down the playbook operation.
We should be able to get all the information we need about the tag in one single "read" multicall, and then we can make all the changes we need in another single "write" multicall.
The text was updated successfully, but these errors were encountered:
It is probably not possible to do everything it just two multicall calls. For example, some calls require passing tag ID, but you don't know that until tag is created. But it should be possible to group everything into a few RPC calls.
mizdebsk
added a commit
to mizdebsk/koji-ansible
that referenced
this issue
May 22, 2019
As we add more features to
koji_tag
, we're making more and more XML-RPC calls, and this is slowing down the playbook operation.We should be able to get all the information we need about the tag in one single "read" multicall, and then we can make all the changes we need in another single "write" multicall.
The text was updated successfully, but these errors were encountered: