mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:31:54 +00:00
Closes SRCH-663 This is a follow-up to previous PRs, where we added database fields to support the new github apps integration. See initiative "Batch Changes using GitHub App auth" on linear. ## Test plan - Manual testing ## Changelog <!-- OPTIONAL; info at https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c --> --------- Co-authored-by: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| internal | ||
| job | ||
| shared | ||
| BUILD.bazel | ||
| CODENOTIFY | ||
| image_test.yaml | ||
| main.go | ||
| README.md | ||
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.