Bug 34019

Summary: Migrate zip file handling in upload-cover-image to a background job
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: ToolsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: ian.bays
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Martin Renvoize (ashimema) 2023-06-15 08:48:04 UTC
When using the zip option in upload-cover-image one may well be uploading a very large number of images.. these can cause timeouts as they're iterated through, and as such this lends itself to being a background job.