Bug 30656 - Introduce worker_manager daemon
Summary: Introduce worker_manager daemon
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 27783
Blocks: 35092
  Show dependency treegraph
 
Reported: 2022-04-29 14:22 UTC by Martin Renvoize
Modified: 2023-10-18 22:14 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2022-04-29 14:22:15 UTC
We have a simple worker script and we now start up two workers working through two distinct queues.

However, as noted in bug 27783, it would be greatly beneficial to have a worker manager that could spawn parallel workers and use a config to define the number of workers and what those workers can work upon.
Comment 1 Martin Renvoize 2022-04-29 14:24:35 UTC
See discussion in bug 27783 for more details and considerations.