[Koha-bugs] [Bug 30654] Even with RabbitMQ enabled, we should poll the database for jobs at worker startup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 28 03:48:34 CEST 2022


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

--- Comment #11 from David Cook <dcook at prosentient.com.au> ---
Now this is a tangent, but...

I notice in "background_jobs" we have "data" as "longtext". 

According to https://mariadb.com/kb/en/json-data-type/, the JSON datatype is an
alias for LONGTEXT (from MariaDB 10.2.7)

It looks like JSON_VALUE was added in MariaDB 10.2.3, and using a virtual
column we could index JSON data as well which is interesting
(https://mariadb.com/resources/blog/using-json-in-mariadb/)

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


More information about the Koha-bugs mailing list