1. 20 Nov, 2019 39 commits
  2. 19 Nov, 2019 1 commit
    • Kamil Trzciński's avatar
      Move persistent_ref.create into run_after_commit · dd388b3f
      Kamil Trzciński authored
      Previously, persistent ref creation would hold transaction
      causing significant delays and increase in 409 errors,
      and in general slowness when picking CI jobs.
      
      This moves that into run_after_commit hook that still
      allows us to execute it, but releasing DB lock.
      dd388b3f