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

--- Comment #35 from Jonathan Druart <[email protected]> ---
We are using a message broker to:
* not rewrite our own task scheduler
* not overload the server (only 1 task at a time, with the default
configuration)
* handle load balancing
* run some tasks in the time slot you wish (not implement yet of course but
that was a plan)
* more flexibility: have several workers, running on different servers, each
could deal with a given job type

Also, we are not strongly tight to RabbitMQ and you are free to provide an
alternative implementation (it's less than 20 lines of code). We chose RabbitMQ
as it's a reference, light, and working out of the box.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to