[Koha-bugs] [Bug 22417] Delegate background jobs execution

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 27 10:24:53 CET 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion

--- Comment #33 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Julian Maurice from comment #32)
> Hi,
> 
> I played again, 1 year later, with this patchset and also with Minion.
> 
> The STOMP && RabbitMQ solution looks very powerful, but I think that it is a
> little bit too much for our needs.
> 
> I made a POC with Minion for comparison.
> https://gitlab.com/jajm/Koha/-/commits/bug/22417-minion
> There are 2 commits, there's a test plan in each commit message.

So you need an additional DB. 2 tables to store the jobs (one for our data, to
keep track of them, one internal for minion).

I do not think STOMP is "very powerful", I picked it for its simplicity. Having
the RabbitMQ option will let sysadmins decide the flexibility they want.

Back to In Discussion then.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list