mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
The annoying error of `Invalid Semantic Version` tells us nothing and makes troubleshooting the issue difficult with lots of churn. I have update Executor usage of `semvar.NewVersion` to wrap the error with a message that include the actual version that causes the error. This will help us understand the specific version string that is causing the error and more quickly determine _why_ the version is getting injected. ## Test plan Update/add Go tests. |
||
|---|---|---|
| .. | ||
| handler | ||
| queues | ||
| BUILD.bazel | ||
| CODENOTIFY | ||
| gitserverproxy_test.go | ||
| gitserverproxy.go | ||
| init.go | ||
| mocks_test.go | ||
| queuehandler_test.go | ||
| queuehandler.go | ||
| README.md | ||
Executor queue
The executor-queue maintains the executor work queues. Executor instances poll for and perform jobs from a particular queue. Executors and the executor-queue will periodically reconcile in-progress jobs via heartbeat requests.
Work queues
- The
codeintelqueue contains unprocessed lsif_index records - The
batchesqueue contains unprocessed batch_spec_execution records