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

Run skopeo inspect in parallel threads #26

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kubasikus
Copy link
Collaborator

Repotracker takes longs time to run when inspecting repository tags via skopeo. Since skopeo process is IO bound, we can multithread the calls to skopeo and significantly decrease the run time. Note that this is still inferior to using Quay API directly.

Repotracker takes longs time to run when inspecting repository tags via skopeo. Since skopeo process is IO bound, we can multithread the calls to skopeo and significantly decrease the run time. Note that this is still inferior to using Quay API directly.
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.

1 participant