- T1424, D7367: Implement lister
- D7501: Implement loader
- T4104#87630: Run in docker
- D8199: Document lister
- Document loader
- Deploy on staging
- Call for public review
- Deploy on production
Description
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Unknown Object (Maniphest Task) | ||||
Migrated | gitlab-migration | T4104 Ingest crates.io (Rust) | ||
Migrated | gitlab-migration | T1424 Add crates.io (Rust) lister | ||
Migrated | gitlab-migration | T1423 Add .crate (Rust) loader | ||
Migrated | gitlab-migration | T4167 Document crates lister |
Event Timeline
Hello,
The crates lister (stateless) and loader have landed.
I just solved some discovered issues while running lister and loader on the Docker env ( D8049 ).
The lister and the loader runs fine through cli and scheduler. As of today the lister get 86979 crates origins in less than 5 minutes.
The loader runs fine too through the scheduler.
What the next steps here? Do you want to move to production or does it need to be incremental first?
What the next steps here?
As per the plan in the description, trigger a run in our staging infra (production-like
but not production yet). After that, we'll do a public call for review on the swh-devel
mailing list. And if all is fine, that can run in production.
Do you want to move to production or does it need to be incremental first?
I guess you can start working on making the listing incremental if you see a way to do
it already.
Is the documentation for that new lister/loader documented already? (I do not recall).
Cheers,