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

Limit Number of Requests #219

Open
thostetler opened this issue Dec 5, 2016 · 0 comments
Open

Limit Number of Requests #219

thostetler opened this issue Dec 5, 2016 · 0 comments

Comments

@thostetler
Copy link

thostetler commented Dec 5, 2016

I recently had an issue during our build process, volo was getting stuck on:

volo add -f -nostamp jquery/qunit/v1.14.0#. <-- Endless loop, eventually exceeds rate_limit

Realized that it's making tons of requests, blowing through my rate limit within a minute or so.
The fix ended up being jquery --> qunitjs.

volo add -f -nostamp qunitjs/qunit/v1.14.0#. <-- This works fine, 1 request

But I was wondering if it's a bug that it doesn't recognize that the Url is broken, or if there is an option for limiting the number of requests before it will move on/throw error.

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

1 participant