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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 2 06:28:39 CEST 2020


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

--- Comment #50 from David Cook <dcook at prosentient.com.au> ---
We use RabbitMQ for some other projects, and I think I'm going to start looking
at using it with some of our local Koha extensions. 

I don't have a timeline. It's mostly just going to be when I have some free
time, but happy to report back on how it goes, lessons learned, etc. 

Tomas, I'm also interested in using RabbitMQ with Koha plugins. I think I agree
now with the general model that you suggested. 

My koha-plugin-oaipmh-import plugin would be able to make use of RabbitMQ, so
I'd be keen to test it out on the plugin side. 

I suppose the minimum we'd need in Koha is the following:
1) A RabbitMQ server
2) A background Koha worker (which can invoke Koha plugins)

The plugin worker could write results to its own result store (ie a plugin
controlled database table).

A core (ie non plugin) result store is probably a good idea but not an
immediate requirement I would think...

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


More information about the Koha-bugs mailing list