| Summary: | Add ability to limit background workers by job type | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
| Component: | Architecture, internals, and plumbing | Assignee: | Kyle M Hall (khall) <kyle> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | kyle, wizzyrea |
| Version: | 25.05 | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32572 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | Bug 41245: Add ability to limit background workers by job type | ||
|
Description
Kyle M Hall (khall)
2025-11-13 13:09:33 UTC
Created attachment 189558 [details] [review] Bug 41245: Add ability to limit background workers by job type In practice, some job types can cause other job types to get "backed up". It wouuld be good to be able to specify background job workers for specific job types. Test plan: 1) Apply this patch 2) Stop all background jobs 3) Ensure there are new jobs for at least 2 job types 4) Run background_jobs_worker.pl with --type 5) Verify the type of job specified is the only one not processed 6) Stop the worker 7) Qeueue some new jobs of that type 8) Run background_jobs_worker.pl with --not-type 9) Verify the type of job specified is the only one *not* processed |