https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #32 from Julian Maurice <julian.maurice@biblibre.com> --- 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. About the packaging problems mentioned in comment 1
I first tried Minion but found problematic issues for us (Koha): - The mysql backend requide Mojo::mysql which requires DBD::mysql 4.042 However Jessie has 4.028 and Stretch 4.041 This is still true, but buster is out for a while now and has a more recent version of DBD::mysql, so it should not be a problem to package Mojo::mysql and Minion::Backend::mysql. Older distributions could use the SQLite backend which works well too.
-- You are receiving this mail because: You are watching all bug changes.