[Koha-bugs] [Bug 27783] Add handling for 'Queues' in the background job queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 31 09:16:59 CEST 2022


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomascohen at gmail.com

--- Comment #9 from Tomás Cohen Arazi <tomascohen at 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.


More information about the Koha-bugs mailing list