https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34632

--- Comment #29 from Pedro Amorim (ammopt) <[email protected]> ---
Created attachment 201903
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201903&action=edit
Bug 34632: (QA follow-up) Use Koha::Uploader for patron import files

Large files were failing to enqueue/process because the whole CSV was
embedded in the job's JSON args, hitting DB/broker size limits. This
now uploads the file via Koha::Uploader first (same pattern as MARC
staging) and only passes a small uploaded_file_id through the job,
and fixes the enqueue-failure message to not claim nothing happened
when a job was in fact created.

Co-Authored-By: Claude Sonnet 5 <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to