- Issue created by @tgoeg
Indexing a pretty big site with 6000+ nodes, I get "Request timed out" in the DB log after a while when indexing all elements, though it seems to finish the indexing step. I get the error at the end in the UI as well. I can't tell whether everything is really indexed.
However, there aren't any details as to *what* timed out.
Maybe file_extractor
? Maybe the request to the Meilisearch server?
I don't find this string in the code, so I think it has to either be the guzzle
framework, or probably meilisearch-php
or search_api
itself?
This makes debugging it pretty hard.
Does anyone have a clue where to dig deeper to find the actual issue?
Index a large site with lots of PDFs and file_extractor
probably used as well.
Whatever causes this, it would be very helpful to have a detailed error message in the log.
Active
2.0
Code