Nick Mills-Barrett
Nick Mills-Barrett
v1.61.1 release dramatically reduced federation sender calls to the `_get_joined_profile_from_event_id` cache (see: https://github.com/matrix-org/synapse/pull/12955#issuecomment-1162800438). This seems to have returned in 1.63.1, the jump below is when we upgraded from 1.61.1 ->...
[This query](https://github.com/matrix-org/synapse/blob/a648a06d52715d0d4ad1ec72d042df1b3fd1be71/synapse/storage/databases/main/event_push_actions.py#L381) is responsible for a significant amount of load on our instance and I'd like to optimise it :) My first (currently only :)) suggestion is to store the...
Quick change so boolean event fields can be evaluated in push rules (as strings). Alternative could be a different matcher type (`event_match_boolean`) but that felt like overkill. Signed of by...
Pushed back from https://github.com/mautrix/facebook/pull/188.
Currently having issues with the `-config` CLI flag being ignored, either with a file (relative or absolute) or a directory, nothing works and `/data/media-repo.yaml` is always the loaded config file....
Using a 503 here so clients will know that this can be retried. The use-case here is when encountering closed connections or other issues uploading to S3, which appears to...
We are sometimes seeing S3 rejecting upload requests from the media repo, some investigation leads to https://stackoverflow.com/questions/52443839/s3-what-exactly-is-a-prefix-and-what-ratelimits-apply which implies prefixes would help (of course being AWS the documentation is... lacking!)....
It would be super helpful to be able to track how long an upload takes from start to finish as part of the prometheus metrics. For context we're seeing some...