-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Situation
docsearch-scraper docker image starts scraping my company documentation website any time we deploy a new version of it and correctly updates our indexes. Using the search bar will then return the correct records.
The problem is that, after an undefined amount of time (can be weeks or even months), our algolia search bar will not return any record if used. Is it possible that indexes get deleted after a certain amount of time or that algolia docsearch-scraper deletes them or returns no indexes if some condition occurs (maybe launching it multiple times in a small amount of time)?
Result
Our documentation search through Algolia does not return any single record untill we run the docsearch-scraper docker image again.
Workaround
Any time that we notice that our Algolia search does not return any result we run docsearch-scraper docker image again.