mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
| .. | ||
| 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