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

Logcontexts for replication command handlers #3709

Merged
merged 2 commits into from
Aug 17, 2018

Commits on Aug 16, 2018

  1. Logcontexts for replication command handlers

    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.
    richvdh committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    0e8d78f View commit details
    Browse the repository at this point in the history
  2. changelog

    richvdh committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    d9efd87 View commit details
    Browse the repository at this point in the history