Data Sync User

Results 1103 issues of Data Sync User

Push should have a long term goal and plan of improvement. This should be outlined in a document so that these points can be better described and developed and not...

DAU reporting will mostly likely involve Glean. Glean does not have an official “rust server” report builder using their tooling “glean_parser.py”. We will need to hand-construct a Glean output function...

Once a good understanding of message flow through Autopush is combined with learnings from the Analytic Header, we should be able to identify potential points of message loss, which should...

We currently have a MAX_NOTIFICATION_TTL that is 30 days (30 * 86_400 = 2_592_000). FCM limits to 4 weeks (4 * 7 * 86,400 = 2_419_200). We should enforce that...

Renamed from original issue “Rename storage source metric” ~~Currently, we use ...notification.message_data for both the storage source of the message as well as the type of message that we are...

Some users [have reported](https://bugzilla.mozilla.org/show_bug.cgi?id=1925631#c60) seeing duplicate messages. A current hypothesis on how this could happen might be: * The server collects up pending messages based on the `User.current_timestamp`, which indicates...

Generate dashboard or query set to show delivery failure points for messages (e.g. a histogram of end states for messages) ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/PUSH-25)

We already mock FCM in unit tests, so we can easily add a test to ensure we’re enforcing its maximum TTL (fixed [here](https://github.com/mozilla-services/autopush-rs/pull/803)) with a new test. ┆Issue is synchronized...

good first bug

The websocket disconnection rate is an aspect of performance for the push services. During load tests websockets frequently disconect and it would be valuable to quantify this value and determine...

In order to maximize coverage in CD, create a Shape class that utilizes the `AutopushUser` and `StoredNotifAutopushUser`. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/PUSH-128)