https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #33 from Jonathan Druart <jonathan.druart@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.