v.3126
No 3rd party package - unless Laravel 5.6 can be considered one
indexing cooks CPU when working with blades (Laravel templating file)
message:
worker 8004 appears stuck while processing file dir/messaging/center.blade.php, killing process
Setting “index_workers” to 1 - does not help much
Best to exclude blades from indexing using:
“index_exclude_patterns”: [".log", ".blade.php"]
Indexing engine seems to work without any hiccups with non-blade files.
Just my 2-cents.