The clone-tag command is generally a mass operation that can result in thousands of tagging operations. This level of notifications can clog Koji's scheduler and cause outages.
clone-tag
We should avoid generating notifications in this command.
Arguably, we should just change the default for the tagBuildBypass call to notify=False since that call is primarily intended for these sorts of mass operations.
tagBuildBypass
notify=False
Metadata Update from @tkopecek: - Custom field Size adjusted to None - Issue set to the milestone: 1.21
Metadata Update from @jcupova: - Issue tagged with: testing-ready
PR #1891
Commit 7b4c7aa3 fixes this issue
Commit ff199656 fixes this issue
Metadata Update from @jcupova: - Issue tagged with: testing-done
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/1890
Please continue any further discussion there.