-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
1.3
-
None
-
2
-
False
-
-
False
-
-
When selecting a lot of repositories to import, the `POST /imports` endpoint can take a lot of time to return since it is processing each repo one by one in a loop.
Since each import request is quite independent (checking the catalog + eventually calling the GitHub API to create the PR + returning a status), it would be better to parallelize this so as to reduce the overall response time.