mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
863 stars 46 forks source link

feat: Allow uid range for purge function (SYNC-4246) #1547

Closed jrconlin closed 3 months ago

jrconlin commented 3 months ago

Description

In an attempt to parallelize this script after a very long delay, specify a range so that multiple scripts can try to process different ranges of the database.

Issue(s)

Issue SYNC-4246.

pjenvey commented 3 months ago

Also we can just skip the e2e tests for now until that gets resolved, here's a branch doing that:

https://github.com/mozilla-services/syncstorage-rs/compare/test/disable-tokenserver-e2e