mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:11:48 +00:00
support single-program execution Now, `sg start single-program` starts a single-binary local dev server. This is similar to Cody app, but instead of using a Tauri desktop app UI and limiting to only Cody-related functionality, it runs a full Sourcegraph instance and lets you access it through your web browser. It is useful for local dev because it's less resource-intensive and has faster recompile/relink times than `sg start` (which runs many processes). |
||
|---|---|---|
| .. | ||
| 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