Skip to content
Snippets Groups Projects
  1. Aug 05, 2022
  2. Aug 04, 2022
  3. Jul 13, 2022
    • Antoine Lambert's avatar
      postgresql: Increase some timeouts to get origin visits · fbe38038
      Antoine Lambert authored
      Even if missing index to speedup origin visit queries has
      been added to replica database, the configured timeouts for
      origin_visit_get_with_statuses and origin_visit_find_by_date
      were still too low to avoid query timeouts in production.
      
      After performing some tests locally, bumping them to 2000ms
      makes the timeouts go away.
      
      Related to T4386
      v1.4.2
      fbe38038
  4. Jul 12, 2022
  5. Jul 08, 2022
  6. Jul 06, 2022
    • David Douard's avatar
      do not always auto-create an OriginVisitStatus object in origin_visit_add() · e0825acb
      David Douard authored
      when the OriginVisit object given as argument to be inserted already
      have its visit id set (which is usually the case in a replayer-like
      session), it makes no sense to auto-add the first OriginVisitStatus
      objects related to this visit; this behavior is expected only when the
      origin_visit_add() is called from a loading session.
      
      Adapt tests accordingly -- several tests did depend on the auto-add
      behavior of the origin_visit_add method for OriginVisit objects which
      visit_id is given in the test dataset.
      e0825acb
  7. Jul 01, 2022
  8. Jun 03, 2022
  9. May 31, 2022
  10. May 10, 2022
  11. May 09, 2022
Loading