1. 28 Jun, 2019 1 commit
    • Andrew Newdigate's avatar
      Adds metrics to measure database transactions · 56ae34e4
      Andrew Newdigate authored
      Currently we don't have good insight into the affect of Rails
      transaction blocks on the application. If these blocks are held open for
      extended periods, they can have detrimental effects on the application.
      
      This change will allow us to track these transactions, with the aim
      of reducing their duration.
      56ae34e4
  2. 25 Jun, 2019 24 commits
  3. 24 Jun, 2019 15 commits