Data Sync User
Data Sync User
We currently have a traditionally small `max_total_records` client limit (compared to the older mysql/postgres implementations) due to Spanner’s original 20k mutation per commit limit. Spanner has improved this limit over...
Per Google’s recommendation in [https://console.cloud.google.com/support/cases/detail/v2/25438594?invt=Ab4mzQ&project=moz-fx-sync-prod-3f0c&inv=1](https://console.cloud.google.com/support/cases/detail/v2/25438594?invt=Ab4mzQ&project=moz-fx-sync-prod-3f0c&inv=1) we should create multiple sessions in one call via Spanner’s `BatchCreateSessions` api call, as session creation in Spanner is expensive and can potentially contribute to...
The current rust crate to talk to GCP was created quite a while ago and uses a now abandoned dependency at its core. This means that no further support for...
Per [https://mozilla-hub.atlassian.net/browse/SYNC-4184](https://mozilla-hub.atlassian.net/browse/SYNC-4184|smart-link) : We can safely delete the old, decommissioned syncstorage nodes stored in tokenserver’s `nodes` table. The presence of these records shouldn’t cause any issues in theory, but due...
Like [https://mozilla-hub.atlassian.net/browse/SYNC-4711](https://mozilla-hub.atlassian.net/browse/SYNC-4711|smart-link), we can delete these nodes' DNS entries. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/STOR-158)
`TokenserverOrigin` was originally added to track the Python vs Rust implementations when both ran in parallel for the Rust version’s rollout: [https://github.com/mozilla-services/syncstorage-rs/issues/1245](https://github.com/mozilla-services/syncstorage-rs/issues/1245|smart-link) ~~This tracking via metrics is no longer necessary...
Some of the data points are missing the "point" value that the code calls abs() on to compute the relative metric change; because that lookup returns None, abs(None) raises a...
Metrics are currently grouped by outcomes. The final design requires metrics to be together based on their “metric area” which is a new field that must be added to metric...
We noticed that some team don’t want the notifications to be send as they manage their own approval process workflows, lets add a checkbox or button so that if they...
The notable changes section on the new results page is display even when an experiment has none. This should not happen since its showing no relevant information !image-20251212-152319.png|width=700,alt="image-20251212-152319.png"! ┆Issue is...