David D.
David D.
- [x] Convert Redis connection warnings in Multiplayer to errors - [x] Send multiplayer errors in the frontend to Sentry Closes: https://github.com/quadratichq/quadratic/issues/1269 Console errors now for multiplayer error messages sent...
- [x] Add Redis monitoring to Datadog and set utilization thresholds for alarms - [ ] Convert Redis connection warnings in Multiplayer to errors - [ ] Send multiplayer errors...
Redis streams are filling up the cache with legacy transactions. In a separate thread in the Files service, [truncate messages](https://redis.io/commands/xtrim/) every hour (or day?) based on the following process/rules: *...
We're currently on 0.2.87, and the current version is 0.2.92, so it's time to upgrade. Replace deprecated items with the new, preferred methods.
We have the notion of a `last_modified` date that isn't really used. It's a string in the file format and in the internal representation. We should change the internal representation...
Steps to reproduce: 1. From the dashboard, create a new individual file 2. After the file loads, hit the browser's back button 3. Dashboard is in loading mode. No console...
Move any code that utilizes the `wasm_bindgen` macro to the `src/wasm_bindings` folder. This will allow us to separate the 2 sections into their own crates. This will make it easier...