sourcegraph/cmd/worker
William Bezuidenhout 1ae6cc6bfd
logger: update log lib and remove use of description (#57690)
* log: remove use of description paramter in Scoped

* temporarily point to sglog branch

* bazel configure + gazelle

* remove additional use of description param

* use latest versions of zoekt,log,mountinfo

* go.mod
2023-10-18 17:29:08 +02:00
..
internal logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
job bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
shared logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
BUILD.bazel Move worker out of enterprise and combine main entrypoints (#57302) 2023-10-03 14:53:04 +02: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 app: Move out of enterprise and merge with cmd/sourcegraph-oss (#56447) 2023-09-08 16:23:46 +02: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.