sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.1k stars 1.28k forks source link

codeintel: executor should retry a few times when target repo/commit doesn't exist #20839

Open shrouxm opened 3 years ago

shrouxm commented 3 years ago

The implementation of dependency indexing in the backend is creating a new scenario where we could queue an autoindex job before gitserver has pulled down the associated repo/package. The executor should gracefully handle this failure mode by requeuing with a backoff.

github-actions[bot] commented 3 years ago

Heads up @macraig - the "team/code-intelligence" label was applied to this issue.