18 Dec
2020
18 Dec
'20
1:50 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27267 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #3)
Another idea would be to have 1 process per Koha instance (with very minimal memory usage) that either polls the database or listens to RabbitMQ and then forks a child process to run rebuild_zebra.pl (or triggers an API call that does the indexing).
This idea is probably the most container friendly.
That said, 60 minimal processes will use more CPU than 1 minimal process, but... that usage should be minimal and non-sustained. -- You are receiving this mail because: You are watching all bug changes.