https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36549 --- Comment #6 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 203890 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203890 Bug 36549: Use Parallel::ForkManager in es_indexer_daemon Review of attachment 203890: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=36549&attachment=203890) ----------------------------------------------------------------- ::: misc/workers/es_indexer_daemon.pl @@ +216,5 @@
+ $pm->start and next; + srand(); # ensure each child process begins with a new seed + commit( @{$commit_jobs} ); + $pm->finish; + sleep 10;
So why are you adding a sleep here? In /kohadevbox/koha/misc/workers/background_jobs_worker.pl, the sleep is only used for the database polling. -- You are receiving this mail because: You are watching all bug changes.