Skip to content
Snippets Groups Projects
  1. Nov 29, 2022
  2. Nov 28, 2022
  3. Nov 21, 2022
  4. Nov 03, 2022
  5. Nov 02, 2022
  6. Oct 26, 2022
  7. Oct 25, 2022
  8. Oct 24, 2022
  9. Oct 18, 2022
  10. Oct 07, 2022
  11. Sep 28, 2022
  12. Sep 27, 2022
  13. Sep 12, 2022
  14. Sep 08, 2022
  15. Sep 05, 2022
    • vlorentz's avatar
      Fix crash when RawExtrinsicMetadata target new origins · befdbd7e
      vlorentz authored
      RawExtrinsicMetadata contain a swh:1:ori: identifier of the origin,
      which the indexer needs to resolve, by querying its storage replica.
      
      Because RawExtrinsicMetadata are created by loaders, they are often
      created shortly after the origin is created by the corresponding lister,
      so the origin may not be known to the storage replica used by the
      indexer, causing this function to crash.
      
      Waiting 10s seems to be good enough when run on my computer with
      production data and moma's replica; so I set it to 60s just to be safe.
      befdbd7e
    • vlorentz's avatar
      Fix crash when RawExtrinsicMetadata objects have the same target · 68940cfc
      vlorentz authored
      ... and they are processed in the same batch.
      
      The last one received takes precedence, as it is likely to be more
      up-to-date
      68940cfc
  16. Sep 02, 2022
  17. Sep 01, 2022
  18. Aug 31, 2022
  19. Aug 30, 2022
  20. Aug 25, 2022
  21. Aug 23, 2022
Loading