Fixes: https://pagure.io/koji/issue/1840
:thumbsup:
This goes way back. It was never right, but before the checkAvailDelay function this was how we implemented a delay for the lower half of the bin.
checkAvailDelay
Now the logic is different and the delay is handled within checkAvailDelay without sleep or interruption. Too bad we didn't figure this out for PR#1176.
Anyway, looks like the right fix
This return has a worse impact since #1176 (in 1.17) because checkAvailDelay is much more likely trigger it than checkRelAvail was.
checkRelAvail
Commit a64cbdc5 fixes this pull-request
Pull-Request has been merged by mikem
Fixes: https://pagure.io/koji/issue/1840