-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
260 Parallelize multiple source fetch requests (#264)
* First pass at parallelizing multiple source fetches * Moves to use ThreadPoolExecutor model over ThreadPool so that the script can be exited gracefully on a network failure * Adds notes on slow tests * Adds a --dry-run flag that can dump a modified recipe to the console instead of saving it to a file
- Loading branch information
1 parent
2a446b6
commit 69d7184
Showing
2 changed files
with
56 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters