https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #9 from Tomás Cohen Arazi <tomascohen@gmail.com> --- I was reading the code and thinking how plugin-generated tasks could fit here. And with the current approach, I was leaning into adding 'plugin-real-time' and 'plugin-long-running' queues on top of this. But the need to have 4 running workers sounds like too much... What about having: * 'real-time' * 'turtle' It felt like it would be enough. From the plugin standpoint (to be worked on bug 30410), I would add high-level methods for queueing real-time and long-running tasks, and it would be up to the plugin author to call the right one. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.