mozilla-services / syncstorage-rs

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

feat/SYNC-4244_stale #1546

Closed jrconlin closed 3 months ago

jrconlin commented 3 months ago

Description

Logs to STDERR a message indicating the FxA UID and client state for any transaction that uses a stale value. This also generates a new request.error.invalid_client_state metric to track how many instances of this sort of thing we see.

Issue(s)

Closes: SYNC-4244