-
-
Notifications
You must be signed in to change notification settings - Fork 849
Open
Description
The fetch_tag_shas_async
method creates multiple threads that all call the oldest_commit
method. Since the list of commits hasn't been fetched and cached yet, each thread starts fetching all the commits from the repository asynchronously and puts duplicates in the @commits
array.
commits_in_tag = fetch_compare(oldest_commit["sha"], tag["name"]) |
Metadata
Metadata
Assignees
Labels
No labels