Page MenuHomeSoftware Heritage

Send smaller batches to revision_get
ClosedPublic

Authored by vlorentz on Jul 18 2019, 4:55 PM.

Details

Summary

to avoid getting a timeout.

Diff Detail

Repository
rDCIDX Metadata indexer
Branch
revision-get-batch
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 6929
Build 9731: tox-on-jenkinsJenkins
Build 9730: arc lint + arc unit

Event Timeline

ardumont added inline comments.
swh/indexer/metadata.py
287

i'm wondering whether that should be storage side or not ;)
(what i suggested earlier was possibly to do that storage side)

Well, we'll see what this does.

This revision is now accepted and ready to land.Jul 18 2019, 5:53 PM
swh/indexer/metadata.py
287

Doing it on the storage side is exactly the same as increasing the timeout.

This revision was automatically updated to reflect the committed changes.