hound-search/hound

Is there a way to determine how far along the search indexing has progressed?

Open

#378 geöffnet am 12. Feb. 2021

Auf GitHub ansehen
 (5 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (606 Forks)batch import
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (5.470 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

GH built in search is really buggy lately and burned me twice in the last week, so I'm giving hound a try. I added all my org's repos to the config, set the max indexers to 20, and its going through the repos but I dont know how far along it is or how long it has left to complete.

I thought that I could count the number of data folders but that more than the number of repos currently (~1300 repos, > 1400 folders). I did have to stop and restart houndd because running 20 indexers was making other programs slow.

Is there a way to tell roughly when I can start using the indexed results?

Contributor Guide