https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32573
--- Comment #13 from David Cook <[email protected]> --- I was looking back at the origin of the database failover, and I think Julian makes an interesting point at https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417#c249 Maybe we could offer two options via configuration. Database polling or RabbitMQ. However, for database polling, we should try to provide at least a minimum of similar functionality. That is to say, "misc/background_jobs_worker.pl" would just be a worker. Instead of connecting to RabbitMQ, it could connect to our own bespoke job server. That bespoke job server could use an event loop to poll the database for jobs and check that it has workers that can accept jobs. It's not that hard to write that code. -- 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/
