mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
This moves the LLM token counter from `frontend` to the `worker`. Test plan: new unit test |
||
|---|---|---|
| .. | ||
| auth | ||
| backend | ||
| dotcomproductsubscriptiontest | ||
| enterprise | ||
| envvar | ||
| external | ||
| globals | ||
| graphqlbackend | ||
| hubspot | ||
| internal | ||
| oneclickexport | ||
| registry | ||
| shared | ||
| webhooks | ||
| BUILD.bazel | ||
| image_test.yaml | ||
| main.go | ||
| README.md | ||
frontend
The frontend serves our web application and hosts our GraphQL API.
Typically there are multiple replicas running in production to scale with load.
Application data is stored in our PostgreSQL database.
Session data is stored in the Redis store, and non-persistent data is stored in the Redis cache.