This repository was archived by the owner on May 13, 2025. It is now read-only.
Using RateLimiter from Guava to avoid triggering GitHub abuse detection mechanism#90
Merged
cescoffier merged 1 commit intogithub:masterfrom May 24, 2015
netceler:master
Merged
Using RateLimiter from Guava to avoid triggering GitHub abuse detection mechanism#90cescoffier merged 1 commit intogithub:masterfrom netceler:master
cescoffier merged 1 commit intogithub:masterfrom
netceler:master
Conversation
cescoffier
added a commit
that referenced
this pull request
May 24, 2015
Using RateLimiter from Guava to avoid triggering GitHub abuse detection mechanism
Contributor
|
Thanks. |
Contributor
|
I just deployed a |
Contributor
Author
|
Great, thanks ! |
|
Small tip, use --debug when running Maven. I thought I ran into the #101 problem but it just took a while to generate the large number of blobs. Running with --debug showed the progress |
|
I'm facing the same problem (using version To create 460 blobs it takes like 1 hour (not joking). |
|
Yes sadly this PR didn't take GHE in to account at all, and there is no way to override this setting... even though there is no way i can exceed my GHE rate limit.... |
Contributor
Author
|
@jakeswenson GHE ? |
|
@bguerin GHE = Github Enterprise |
Contributor
Author
|
@jakeswenson ok thanks. How does GHE works ? Higher limit, no limit at all ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix for #17, #28 and #88