Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix caching devices for remote servers in worker. #6332

Merged
merged 3 commits into from
Nov 26, 2019

Commits on Nov 5, 2019

  1. Fix caching devices for remote servers in worker.

    When the `/keys/query` API is hit on client_reader worker Synapse may
    decide that it needs to resync some remote deivces. Usually this happens
    on master, and then gets cached. However, that fails on workers and so
    it falls back to fetching devices from remotes directly, which may in
    turn fail if the remote is down.
    erikjohnston committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    c16e192 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    248111b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Fixup docs

    erikjohnston committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    35f9165 View commit details
    Browse the repository at this point in the history