Page MenuHomeSoftware Heritage

Dockerfile: Enable metadata loading
ClosedPublic

Authored by vlorentz on Apr 28 2022, 10:14 AM.

Details

Summary

When installed swh-loader-metadata hooks itself in the loader process,
and fetches metadata for origins created from a known lister (currently
only github).

Note that by default, requests are unauthenticated, so they will be
throttled after 60 requests per hour, causing the git loader to be
stuck while waiting for the rate-limit to expire.

Diff Detail

Repository
rDENV Development environment
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

vlorentz created this revision.

Heh, thx, that was simple enough ;)

This revision is now accepted and ready to land.Apr 28 2022, 10:20 AM
This revision was automatically updated to reflect the committed changes.