#1722 rfe: check results of tag operations
Opened 2 years ago by mikem. Modified 2 years ago

Currently MBS does not check the results of tag operations and can only handle tag failures by later noticing that the tag is missing. This has led to some issues like #1621.

The tagBuild call in Koji returns a task id and the caller is expected to wait for the result of the task. This may be complicated to implement in the mbs message handling, since we likely to not want to have a message handler wait and poll said task.


Login to comment on this ticket.

Metadata