[Koha-bugs] [Bug 32558] Allow background_jobs_worker.pl to process multiple jobs simultaneously up to a limit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 5 17:40:53 CET 2023


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #144960|0                           |1
        is obsolete|                            |
 Attachment #144961|0                           |1
        is obsolete|                            |
 Attachment #145043|0                           |1
        is obsolete|                            |
 Attachment #145062|0                           |1
        is obsolete|                            |

--- Comment #20 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 145067
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145067&action=edit
Bug 32558: Add ability for background_jobs_worker.pl to process multiple jobs
simultaneously up to a limit

Right now background_jobs_worker.pl only processes jobs in serial. It would
make sense to handle jobs in parallel up to a user definable limit.

Test Plan:
1) Apply this patch
2) Stop background_jobs_worker.pl
3) Generate some background jobs by editing records, placing holds, etc
4) Watch processes in a new terminal: watch -n 0.1 'ps aux | grep
background_jobs_worker.pl'
5) Run background_jobs_worker.pl with parameter -p 3 or some other
   number of max processes
6) Note the multiple forked processes in the ps output

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list