1 Jun
2026
1 Jun
'26
2:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41368 --- Comment #17 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- Created attachment 199750 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199750&action=edit Bug 41368: 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.