Bug 34019 - Migrate zip file handling in upload-cover-image to a background job
Summary: Migrate zip file handling in upload-cover-image to a background job
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-15 08:48 UTC by Martin Renvoize
Modified: 2023-06-15 08:48 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 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.