Skip to content
Snippets Groups Projects
  1. Aug 22, 2018
  2. Aug 21, 2018
  3. Aug 20, 2018
  4. Aug 17, 2018
  5. Aug 16, 2018
    • Richard van der Hoff's avatar
      changelog · 4c9da144
      Richard van der Hoff authored
      4c9da144
    • Richard van der Hoff's avatar
      changelog · d9efd87d
      Richard van der Hoff authored
      d9efd87d
    • Richard van der Hoff's avatar
      Logcontexts for replication command handlers · 0e8d78f6
      Richard van der Hoff authored
      Run the handlers for replication commands as background processes. This should
      improve the visibility in our metrics, and reduce the number of "running db
      transaction from sentinel context" warnings.
      
      Ideally it means converting the things that fire off deferreds into the night
      into things that actually return a Deferred when they are done. I've made a bit
      of a stab at this, but it will probably be leaky.
      0e8d78f6
    • Richard van der Hoff's avatar
      Fix logcontexts for running pushers · 66f7dc8c
      Richard van der Hoff authored
      First of all, avoid resetting the logcontext before running the pushers, to fix
      the "Starting db txn 'get_all_updated_receipts' from sentinel context" warning.
      
      Instead, give them their own "background process" logcontexts.
      66f7dc8c
Loading