sourcegraph/cmd/frontend/internal/executorqueue
Varun Gandhi a6b6844678
chore: Rename Index -> AutoIndexJob (#63955)
Also renames a bunch of related types such as
- config.IndexJob -> config.AutoIndexJobSpec
- IndexLoader -> AutoIndexJobLoader

and so on.
2024-07-22 22:18:40 +08:00
..
handler chore: Rename Index -> AutoIndexJob (#63955) 2024-07-22 22:18:40 +08:00
queues chore: Rename Index -> AutoIndexJob (#63955) 2024-07-22 22:18:40 +08:00
BUILD.bazel bazel: transcribe test ownership to bazel tags (#62664) 2024-05-16 15:51:16 +01:00
CODENOTIFY codenotify: dr. fritz is kil (#57313) 2023-10-03 16:19:55 +00:00
gitserverproxy_test.go Merge enterprise and oss frontend (#56476) 2023-09-11 14:16:38 +02:00
gitserverproxy.go Merge enterprise and oss frontend (#56476) 2023-09-11 14:16:38 +02:00
init.go Remove App from codebase (#59115) 2023-12-21 01:07:05 +01:00
mocks_test.go Merge enterprise and oss frontend (#56476) 2023-09-11 14:16:38 +02:00
queuehandler_test.go Merge enterprise and oss frontend (#56476) 2023-09-11 14:16:38 +02:00
queuehandler.go chore: Rename Index -> AutoIndexJob (#63955) 2024-07-22 22:18:40 +08:00
README.md Merge enterprise and oss frontend (#56476) 2023-09-11 14:16:38 +02:00

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 codeintel queue contains unprocessed lsif_index records
  • The batches queue contains unprocessed batch_spec_execution records