Make sure koji_build
job runs don't get stuck in pending
state
#2616
Labels
area/fedora
Related to Fedora ecosystem
area/user-experience
Usability issue
complexity/single-task
Regular task, should be done within days.
gain/low
This doesn't bring that much value to users.
impact/low
This issue impacts only a few users.
kind/bug
Something isn't working.
koji_build
job runs can get stuck inpending
state, for example when there is an infrastructure error and Koji doesn't even start the build. This breaks assumptions for the check that is supposed to prevent submitting a build for the same NVR more than once, and makes retriggering impossible.Unfortunately the solution won't be as simple as the one for
bodhi_update
jobs because the handler doesn't block and wait for a Koji task to finish, so some sort of a babysitting task will most likely be required.The text was updated successfully, but these errors were encountered: