Placeholder #4498
The original repo lag logic utilized a rounding window when auto-selecting min events in order to reduce duplication. Unfortunately this approach is flawed and can often result in redundant regenerations.
For example, two requests could be literally seconds apart, but round into different windows, resulting in two nearly identical requests.
Metadata Update from @mikem: - Custom field Size adjusted to None
Metadata Update from @mikem: - Issue tagged with: testing-basic
Metadata Update from @mikem: - Issue untagged with: testing-basic - Issue tagged with: testing-custom
Metadata Update from @mfilip: - Issue tagged with: testing-done
Commit f1a8c638 fixes this issue
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/4499
Please continue any further discussion there.