zoekt icon indicating copy to clipboard operation
zoekt copied to clipboard

Remove unused index backoff logic

Open jtibshirani opened this issue 6 months ago • 1 comments

This PR removes the 'backoff' logic for repos that fail to index. To the best of my knowledge, this is not used anywhere. And we should now be less susceptible to "poison" repos that constantly fail to index:

  • In the index queue, we make sure to deprioritize repos that previously failed to index
  • We are focused on fixing the root cause of index failures, and don't have too many repos failing on dot com anymore

jtibshirani avatar Aug 08 '24 12:08 jtibshirani