Skip to content
Snippets Groups Projects
  1. Jul 21, 2018
  2. Jul 20, 2018
  3. Jul 19, 2018
  4. Jul 18, 2018
    • Richard van der Hoff's avatar
      changelog · eed24893
      Richard van der Hoff authored
      eed24893
    • Richard van der Hoff's avatar
      add config for pep8 · 3f9e649f
      Richard van der Hoff authored
      Since, for better or worse, we seem to have configured isort to generate
      89-character lines, pycharm is now complaining at me that our lines are too
      long.
      
      So, let's configure pep8 to behave consistently with flake8.
      3f9e649f
    • Richard van der Hoff's avatar
      Make Distributor run its processes as a background process · 8c69b735
      Richard van der Hoff authored
      This is more involved than it might otherwise be, because the current
      implementation just drops its logcontexts and runs everything in the sentinel
      context.
      
      It turns out that we aren't actually using a bunch of the functionality here
      (notably suppress_failures and the fact that Distributor.fire returns a
      deferred), so the easiest way to fix this is actually by simplifying a bunch of
      code.
      8c69b735
    • Richard van der Hoff's avatar
      changelog · 08436c55
      Richard van der Hoff authored
      08436c55
    • Richard van der Hoff's avatar
      Run things as background processes · 667fba68
      Richard van der Hoff authored
      This fixes #3518, and ensures that we get useful logs and metrics for lots of
      things that happen in the background.
      
      (There are certainly more things that happen in the background; these are just
      the common ones I've found running a single-process synapse locally).
      667fba68
Loading