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

feat: Batched dependency management #542

Merged
merged 3 commits into from
Dec 14, 2023
Merged

Conversation

lemaitre-aneo
Copy link
Contributor

@lemaitre-aneo lemaitre-aneo commented Nov 21, 2023

When creating many tasks, the dependency management is slow because it consists of many requests. This PR batch the requests to make this much faster.

Before this, HTCmock generates 10000 subtasks in one go took 2 minutes, now it takes 7s.

@lemaitre-aneo lemaitre-aneo force-pushed the fl/batched-dependencies branch from 5030418 to 5b9f1e9 Compare November 28, 2023 19:04
@lemaitre-aneo lemaitre-aneo force-pushed the fl/batched-dependencies branch from 5b9f1e9 to ba63496 Compare December 13, 2023 14:08
@lemaitre-aneo lemaitre-aneo marked this pull request as ready for review December 13, 2023 15:45
@lemaitre-aneo lemaitre-aneo merged commit 3ccfb6b into main Dec 14, 2023
75 checks passed
@lemaitre-aneo lemaitre-aneo deleted the fl/batched-dependencies branch December 14, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants