autopush-rs icon indicating copy to clipboard operation
autopush-rs copied to clipboard

Push Server in Rust

Results 103 autopush-rs issues
Sort by recently updated
recently updated
newest added

Like a task included in [https://github.com/mozilla-services/syncstorage-rs/issues/184](https://github.com/mozilla-services/syncstorage-rs/issues/184|smart-link), We currently establish individual grpc channels per client connections for simplicity sake, however we should follow other client implementations and utilize grpc’s multiplex feature...

Issue: [SYNC-4117](https://mozilla-hub.atlassian.net/browse/SYNC-4117) [SYNC-4117]: https://mozilla-hub.atlassian.net/browse/SYNC-4117?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies
python

Some minor tweaks to the load tests to make them easier to run locally. These include: * normalizing the `--config` option across binaries (this is not used in production) *...

Yesterday we began seeing new `Database error: Database integrity error: Expected column: connected_at` errors reported in sentry: [https://mozilla.sentry.io/issues/4517044823/events/b866d03114874e1199c4ca2d5e0d4525/](https://mozilla.sentry.io/issues/4517044823/events/b866d03114874e1199c4ca2d5e0d4525/) This was previously seen and resolved by [https://mozilla-hub.atlassian.net/browse/SYNC-4159](https://mozilla-hub.atlassian.net/browse/SYNC-4159|smart-link), so we’re seeing a...

Based on [what I found](https://github.com/googleapis/google-cloud-python/blob/6838a4f11162544c0654f3ce99fac5a7c510237a/bigtable/google/cloud/bigtable_v2/proto/bigtable_pb2.py#L1245) in th e python lib. Closes: SYNC-4153

We’re seeing a number of [errors](https://mozilla.sentry.io/issues/4528182692/?environment=prod-gcp&project=6326250&query=is%3Aunresolved+rust.name%3Arustc&referrer=issue-stream&statsPeriod=72h&stream_index=0) similar to “Database error: BigTable error Bigtable write error: RpcFailure: 2-UNKNOWN Error occurred when fetching oauth2 token.” These currently fail out, but we should...

When running bigtable across multiple clusters or zones, it is recommended to add a `app_profile` header with the value of the current application profile to the GRPC Options set. ┆Issue...

This adds a "stub" router, specifically for integration testing. (May put this behind a feature flag later.) Depending on the "client" type the stub router will either succeed or fail....