manticoresoftware / manticore-github-issue-search

Demo: GitHub search with Manticore Search
https://github.manticoresearch.com
6 stars 2 forks source link

Empty list when adding a repository to the github demo #36

Closed donhardman closed 1 day ago

donhardman commented 1 day ago

We should investigate why the list is empty on production servers but works correctly in the local environment.

donhardman commented 1 day ago

According to our investigation, we were indexing all repositories, so is_indexing was set to true for all of them, which was the cause of the issue. I have fixed and deployed the solution to production. Additionally, I discovered an issue with the indexers due to crash protection and increased the timeout to 1 hour to ensure fair processing and avoid multiple indexing of the same repository in some cases.