From the kohaclone git directory: find . -name "*.*" -exec grep -Hn "zebraqueue_start" {} \; results in: ./C4/Biblio.pm:2660:# the table is emptied by misc/cronjobs/zebraqueue_start.pl
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8519 --- Comment #10 from wajasu <matted-34813@mypacks.net> --- Observation: after the "Make-koha-index-daemon-run" and "Remove-zerbaqueue_start" were applied, I still found reference to zebraqueue_start. script ./C4/Biblio.pm:2714: # the table is emptied by misc/cronjobs/zebraqueue_start.pl script ./C4/AuthoritiesMarc.pm:835: # indexing processes like zebraqueue_start.pl so this must be removed/changed to prevent from confusing future development. wajasu -- You are receiving this mail because: You are watching all bug changes.