Data Sync User

Results 1103 issues of Data Sync User

`autoconnect` has `crypto_key` setting, which takes a single fernet key. `autoendpoint` has `crypto_keys` which accept multiple fernet keys. This can lead to confusion, since if `crypto_key` is not defined, a...

good first bug

slog has introduced a "formatted" version of logging statements. You can now inline some variables into strings, just like `format!()` strings. (e.g. `debug!("Found a {} in {:?}", &str_value, some_array):` can...

good first bug

During load test execution a user will send a notification to a channel that doesn’t exist, in which case, Autopush will correctly return a message with a 410 status. Locust...

During load test execution a user will send a notification and receive the following error message, these error messages are generated by the proxy and since the full reason for...

Sentry Issue: [TOKENSERVER-PROD-B](https://mozilla.sentry.io/issues/3747309866/?referrer=jira_integration) panic: called `Result::unwrap()` on an `Err` value: ApiError { kind: Db(DbError { kind: Pool(Error(Some("Too many connections"))), status: 500, backtrace: 0: ::from at syncserver-db-common/src/error.rs:119:24 ::into at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/core/src/convert/mod.rs:552:9 ::from...

The integration test run in CI currently runs against a debug build. This disables its `STRICT_LOG_COUNTS` var which was built to ensure the number of log messages aren’t larger than...

Fully document the Data Collection function, noting criteria for messages that could be collected, the information that is collected, and how it would be used. Target a larger, skeptical, and...

As part of [https://github.com/mozilla-services/autopush-rs/commit/2fd708654e92838953d030274bbf3de52b45f7d0](https://github.com/mozilla-services/autopush-rs/commit/2fd708654e92838953d030274bbf3de52b45f7d0|smart-link) I decided to construct the Pool to contain `BigtableDb`, which is owned and managed by us. While this works, it may be more efficient to pool...

The `record_version` field has long been an an `Option` to accommodate older records. I believe `version` is similar: an `Option` to support older DynamoDB records. We should be able to...

[https://mozilla-hub.atlassian.net/browse/SYNC-4221](https://mozilla-hub.atlassian.net/browse/SYNC-4221|smart-link) will begin updating TTL records for every entry in the router column family so we can enable Bigtable’s garbage collection of router data. Under Bigtable, when updating the TTL...