sourcegraph/cmd/worker
Erik Seliger 8bc8ad27bd
phabricator: Move syncer to worker (#63682)
This syncer doesn't depend on anything in repo updater, so we're moving it to worker instead, where it can selectively be disabled and is properly monitored.

Test plan:

CI passes, code review.
2024-07-10 02:24:18 +02:00
..
internal phabricator: Move syncer to worker (#63682) 2024-07-10 02:24:18 +02:00
job bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
shared Fix the scheduling interval for syntactic indexing (#63634) 2024-07-04 10:42:00 +01:00
BUILD.bazel Publish sourcegraph-base image (#62002) 2024-04-19 14:44:06 +01:00
CODENOTIFY codenotify: dr. fritz is kil (#57313) 2023-10-03 16:19:55 +00:00
image_test.yaml Switch to OCI/Wolfi based image (#52693) 2023-06-02 12:12:52 +02:00
main.go remove more remannts of OSS build (#58253) 2023-11-10 07:59:03 +00:00
README.md worker: Add docs (#21924) 2021-06-17 16:19:04 +00:00

Worker

The worker service is a collection of the background jobs performed by a Sourcegraph instance. Jobs registered to the worker will run periodically or in response to some event read from the database.