Details
-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
Description
As per the summary, our crates gathering command is not async-friendly and will freeze all downloads as it does not background the command and give up the event loop.
Freezing in-progress downloads by the spider is bad, and so this should be fixed.
This can be fixed with updated commands that I've added for this purpose which allow async-friendly command execution.