https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41222 Bug ID: 41222 Summary: SUSHI harvest should retry under certain conditions Initiative type: --- Sponsorship --- status: Product: Koha Version: 25.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ERM Assignee: jonathan.druart@gmail.com Reporter: jvinke@austinseminary.edu QA Contact: testopia@bugs.koha-community.org CC: jonathan.druart@gmail.com, jonathan.field@openfifth.co.uk, martin.renvoize@openfifth.co.uk, matt.blenkinsop@openfifth.co.uk, pedro.amorim@openfifth.co.uk At present, the "ERM Usage Statistics SUSHI Harvester" job will attempt to harvest usage data a single time. There are several conditions specified in Appendix D of the COUNTER Code of Practice under which the job should retry. https://cop5.countermetrics.org/en/5.1.0.1/appendices/d-handling-errors-and-... The main one is "Report Queued for Processing" which returns Exception Code 1011 and HTTP 202. Retrying the request periodically until the report has processed would return the data. I have seen this take between 2-40 minutes. There are also "Service Not Available" and "Service Busy" exceptions that this might apply to. -- You are receiving this mail because: You are watching all bug changes.