Skip to content
Snippets Groups Projects
  1. May 24, 2022
  2. May 20, 2022
  3. May 19, 2022
  4. May 18, 2022
  5. May 17, 2022
  6. May 16, 2022
  7. May 14, 2022
  8. May 13, 2022
    • Bob Van Landuyt's avatar
      Make Ci::ArchiveTraceWorker use replica for reads · db378780
      Bob Van Landuyt authored
      This sets the data_consistency for the Ci::ArchiveTraceWorker to
      sticky. Allowing the read queries before any write to be handled by a
      replica.
      
      The job is scheduled from the Ci::BuildFinishedWorker with some delay
      built in. Which means this job can take the 0.8s wait in the
      beginning, and is very likely to find a replica that is up to date
      with the WAL locations at the time of scheduling.
      
      To increase the effect of this, this also preloads some associations
      in the worker. That way, we can take advantage of loading them from a
      replica rather than doing it lazily from the primary.
      Unverified
      db378780
    • Shinya Maeda's avatar
      Cleanup ci_reduce_persistent_ref_writes feature flag · 052683a3
      Shinya Maeda authored
      This commit cleans up ci_reduce_persistent_ref_writes
      feature flag.
      
      Changelog: other
      052683a3
  9. May 11, 2022
  10. May 10, 2022
  11. May 06, 2022
  12. May 04, 2022
  13. Apr 28, 2022
  14. Apr 27, 2022
  15. Apr 26, 2022
  16. Apr 25, 2022
  17. Apr 21, 2022
  18. Apr 20, 2022
  19. Apr 19, 2022
  20. Apr 14, 2022
  21. Apr 13, 2022
  22. Apr 12, 2022
Loading