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

downloading metadata from pull-through cache is slow #5144

Open
dkliban opened this issue Mar 21, 2024 · 2 comments
Open

downloading metadata from pull-through cache is slow #5144

dkliban opened this issue Mar 21, 2024 · 2 comments

Comments

@dkliban
Copy link
Member

dkliban commented Mar 21, 2024

Version
0.5.0

Describe the bug
When building a project with bundler, the metadata download step is significantly slower than when using rubygems.org directly as the source.

I believe this is because Pulp does not cache metadata. Maybe we could redirect users directly to the remote's URL for metadata?

@dkliban dkliban transferred this issue from pulp/pulp_gem Mar 21, 2024
@dkliban
Copy link
Member Author

dkliban commented Mar 26, 2024

We were able to work around this issue by pointing bundler at rubygems.org and only configuring gem to use Pulp. This is only a workaround when using Pulp Gem plugin.

@mdellweg
Copy link
Member

mdellweg commented Apr 3, 2024

Does the client perform ranged requests to the metadata files?

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

No branches or pull requests

2 participants