Commit Graph

5 Commits

Author SHA1 Message Date
Philip Jenvey
4a145dd18b
feat: optionally force the spanner node via get_best_node (#1553)
Issue SYNC-4181
2024-05-02 09:09:53 -07:00
Philip Jenvey
31192d52c9
fix: connect to the db once instead of every loop iteration
SYNC-3638
2023-03-06 16:43:34 -08:00
Philip Jenvey
7e298c2dd0
fix: handle nullable (None) keys_changed_at values (#1464)
a regression from the Python 3 conversion (max's changes)

SVCSE-3633
2023-03-03 14:11:35 -08:00
Ethan Donowitz
ae6597022c
refactor: remove static service IDs (#1199)
Note: this commit contains a breaking change. Previously, there was a migration that included two services with static IDs by default, but this commit adds a new migration that removes those two services and adjusts the code to account for the change.

Closes #1144
2022-01-07 10:41:28 -05:00
Ethan Donowitz
0ac30958de
feat: add Tokenserver admin scripts (#1168)
Closes #1086
2021-11-18 09:37:02 -05:00