#1841 continue instead of exiting
Merged by mikem. Opened by tkopecek.
tkopecek/koji issue1840  into  master

Download 1841.patch

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.

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

:thumbsup:

This return has a worse impact since #1176 (in 1.17) because checkAvailDelay is much more likely trigger it than checkRelAvail was.

Commit a64cbdc5 fixes this pull-request

Pull-Request has been merged by mikem

Metadata