sourcegraph/cmd/worker
Stefan Hengl d3528061cd
chore(worker): move llm token counter to worker (#64008)
This moves the LLM token counter from `frontend` to the `worker`.

Test plan:
new unit test
2024-07-24 10:03:33 +02:00
..
internal chore(worker): move llm token counter to worker (#64008) 2024-07-24 10:03:33 +02:00
job bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
shared chore(worker): move llm token counter to worker (#64008) 2024-07-24 10:03:33 +02: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.