mentioned in an irc discussion by @marmoute
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Migrated | gitlab-migration | T3599 List and ingest heptapod instances | ||
Migrated | gitlab-migration | T3600 List heptapod instance https://heptapod.host/ |
Event Timeline
Comment Actions
Tested on staging and listing then (partial) ingestion went fine.
Triggered on production.
Comment Actions
This is done:
- Archive changelog updated accordingly.
- We now have 2 heptapod instances listed (ingestion done) [1]
[1]
09:23:31 softwareheritage-scheduler@belvedere:5432=> select now(), l.name, l.instance_name, sm.last_update, origins_known, origins_enabled from scheduler_metrics sm inner join listers l on l.id=sm.lister_id where l.name='heptapod' and visit_type='hg'; +------------------------------+----------+-------------------+-------------------------------+---------------+-----------------+ | now | name | instance_name | last_update | origins_known | origins_enabled | +------------------------------+----------+-------------------+-------------------------------+---------------+-----------------+ | 2021-09-23 07:24:47.07429+00 | heptapod | foss.heptapod.net | 2021-09-23 07:06:08.914531+00 | 343 | 343 | | 2021-09-23 07:24:47.07429+00 | heptapod | heptapod.host | 2021-09-23 07:06:08.914531+00 | 352 | 352 | +------------------------------+----------+-------------------+-------------------------------+---------------+-----------------+ (2 rows) Time: 7.149 ms