Bug 34632 - Patron Importing should be a background job
Summary: Patron Importing should be a background job
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-28 18:16 UTC by Liz Rea
Modified: 2025-01-16 16:03 UTC (History)
5 users (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 Liz Rea 2023-08-28 18:16:13 UTC
Hi friends, 
Now that we have a lovely queue for our background jobs, we should make the patron import use the queue to process those and store the outcome. 

This will help us avoid the 500/600/whatever you set apache timeouts experienced by libraries whenever they import batches of patrons of any significant size.

Cheers,
Liz
Comment 1 Laura O'Neil 2023-10-12 23:58:30 UTC
This would be a huge improvement for libraries who import large batches of patrons.
Comment 2 Valerie 2025-01-16 16:03:54 UTC
I support this change!

Currently, if a librarian imports a file too large, (over 2k), it eventually times out and gives an upstream proxy error, but the import continues chugging along invisibly. This is so confusing for the librarian, and they reach out for help or try multiple times. 

Sending it to the background jobs would make things much clearer and allow them to import their large patron files without it all falling apart.