1 Jun
2026
1 Jun
'26
7:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42733 --- Comment #1 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- Created attachment 199752 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199752&action=edit Bug 42733: Job progress fix waitForJobFinished previously had no handling for failed jobs or non-200 responses — if the job API returned anything unexpected, the recursive cy.wait() would silently stall waiting for a 2nd poll that never came, producing a confusing timeout. Adds an explicit "failed" status check and updates the intercept to reproduce the exact CI failure (Apache returning 503 during reset_all). -- You are receiving this mail because: You are watching all bug changes.