Skip to content

re-indexing gets "stuck" #310

Answered by msukkari
HatBeardZero asked this question in Support
May 19, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

The flow in Sourcebot is that it picks up repos in the config and then adds them in a job queue in redis. The repo being in IN_INDEX_QUEUE means it was picked up but the job in redis was lost for some reason. Hard to know exactly why that happened, perhaps you restarted the redis instance while the indexing was happening? Or perhaps your redis instance doesn't have enough memory and these extra jobs were lost?

If you change the status from IN_INDEX_QUEUE to NEW it should trigger a reindex of those repos in the meantime

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@HatBeardZero
Comment options

@msukkari
Comment options

Answer selected by HatBeardZero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants