Skip to content
Snippets Groups Projects
  1. Sep 27, 2022
  2. Sep 12, 2022
  3. Sep 08, 2022
  4. 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
  5. Sep 02, 2022
  6. Sep 01, 2022
  7. Aug 31, 2022
  8. Aug 30, 2022
  9. Aug 25, 2022
  10. Aug 23, 2022
  11. Aug 22, 2022
  12. Aug 20, 2022
  13. Aug 10, 2022
  14. Aug 08, 2022
  15. Aug 04, 2022
  16. Aug 03, 2022
Loading