Page MenuHomeSoftware Heritage

Reload repositories whose import failed due to connection issues
Closed, MigratedEdits Locked

Description

A few dozen repositories have failed to import when uWSGI @ uffizi restarted. We need to requeue those.

select * from log where level = 'error' and message like '%ConnectionError%';

to get the task ids of the failed imports.

Event Timeline

olasd raised the priority of this task from to High.
olasd updated the task description. (Show Details)
olasd added projects: Developers, Git loader.
olasd added a subscriber: olasd.
olasd claimed this task.

Those repositories have been rescheduled with the rest of the 13 million repos that hadn't been imported yet.

olasd changed the visibility from "All Users" to "Public (No Login Required)".May 13 2016, 5:06 PM