https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #13 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to David Cook from comment #11)
You wouldn't need to have 4 running workers though, since a worker can subscribe to multiple queues.
Well, that's the point. You need to set special workers using the .pl script instead of koha-worker, etc... so it complicates things. This is what I valued the most when looking at this patchset.
Another benefit of having "real-time" and "turtle" would be that adding more background tasks should have a lower barrier to entry, since you'd just need to provide a class for the worker to use and an interface for enqueuing tasks. (I've been concerned that people haven't been taking advantage of the background tasks because they weren't sure how to work with it.)
Look at the follow-up bugs and bug 30360 for ideas. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.