Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch component and package dependencies in parallel #844

Merged
merged 4 commits into from
Sep 11, 2023

Conversation

haasad
Copy link
Member

@haasad haasad commented Sep 8, 2023

Uses concurrent.futures.ThreadPoolExecutor to fetch component and package dependencies in parallel.

Checklist

  • Keep pull requests small so they can be easily reviewed.
  • Update tests.
  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency, internal
    as they show up in the changelog

@haasad haasad added the enhancement New feature or request label Sep 8, 2023
@haasad haasad requested a review from a team as a code owner September 8, 2023 15:28
@haasad haasad requested a review from a team September 8, 2023 15:28
@haasad
Copy link
Member Author

haasad commented Sep 8, 2023

Unsure if and how I should create additional tests for this PR.

@haasad haasad force-pushed the feat/parallel-dependency-fetching branch from 8a27f09 to da3105b Compare September 11, 2023 08:17
@haasad haasad force-pushed the feat/parallel-dependency-fetching branch from e83af49 to 2ff5d38 Compare September 11, 2023 09:12
@haasad haasad merged commit d70cca6 into master Sep 11, 2023
19 checks passed
@haasad haasad deleted the feat/parallel-dependency-fetching branch September 11, 2023 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants