Skip to content
Snippets Groups Projects
  1. Jan 16, 2018
    • Richard van der Hoff's avatar
      Fix a logcontext leak in persist_events · 64ddec1b
      Richard van der Hoff authored
      ObserveableDeferred expects its callbacks to be called without any
      logcontexts, whereas it turns out we were calling them with the logcontext of
      the request which initiated the persistence loop.
      
      It seems wrong that we are attributing work done in the persistence loop to the
      request that happened to initiate it, so let's solve this by dropping the
      logcontext for it.
      
      (I'm not sure this actually causes any real problems other than messages in the
      debug log, but let's clean it up anyway)
      64ddec1b
  2. Jan 15, 2018
  3. Jan 12, 2018
  4. Jan 11, 2018
  5. Jan 10, 2018
  6. Jan 09, 2018
  7. Jan 08, 2018
  8. Jan 05, 2018
  9. Dec 30, 2017
Loading