10 Commits

Author SHA1 Message Date
Taddes
dadbcea3f7
docs: add tokenserver documentation to sync (#1681)
Some checks are pending
Glean probe-scraper / glean-probe-scraper (push) Waiting to run
docs: add tokenserver documentation to sync
2025-04-17 19:33:08 -04:00
Philip Jenvey
6f0c7b28db
docs: update purge script's status now that it's running (#1679)
Issue SYNC-4182
2025-04-03 15:03:00 -07:00
Taddes
7c9bc0089d
docs: document pruning scripts (#1645)
* docs for tokenserver process_account_events

* add docs for spanner purge ttl

* add kubernetes workload references and status

* cargo update, update validator to 0.19, audit ignore due to diesel limitation
2025-01-07 13:23:09 -08:00
Taddes
7e21154203
docs: sync DAU server side metrics adr (#1608)
docs: sync DAU server side metrics adr
2024-11-22 12:09:56 -07:00
Ethan Donowitz
0ae5fd2059
refactor: add settings crates (#1306)
This is a breaking change. This commit separates syncstorage and tokenserver settings into separate structs that are contained by a parent `Settings` struct. This means that any env vars that hold settings specific to syncstorage (e.g. `SYNC_DATABASE_URL`) have been renamed to `SYNC_SYNCSTORAGE__DATABASE_URL`. Any settings that were moved from the top-level `Settings` struct to the lower level, syncstorage-specific struct will now have a `SYNC_SYNCSTORAGE__` prefix instead of a `SYNC_` prefix.

Closes #1276
2022-10-19 17:15:56 -04:00
Rachel Tublitz
f4485f15c6
docs: update spanner examples
closes #396
2020-01-03 17:41:22 -05:00
Rachel Tublitz
a8ead778b6
docs: combining setup instructions into one main doc 2019-11-19 16:43:26 -05:00
jrconlin
7e5ddf3c3b
feat: check spanner commit size, error out if "too large"
* Also made "no_auth" a feature flag function
* included dependencies for golang, protobuf and libgrpcdev into setup
docs.
* may revisit some tools to make testing and debugging stuff like this
easier.

Closes #320
2019-11-08 11:43:14 -08:00
jrconlin
25dd754f41
f add spanner integration 2019-09-27 12:02:58 -07:00
jrconlin
a5104861cb
docs: Add setup instructions 2019-09-16 09:09:28 -07:00