Reload repositories whose import failed due to connection issues
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.
Migrated from T76 (view on Phabricator)