updated POST rate limit from 10 retries to 20#650
Open
balupton wants to merge 1 commit intotravis-ci:masterfrom
Open
updated POST rate limit from 10 retries to 20#650balupton wants to merge 1 commit intotravis-ci:masterfrom
balupton wants to merge 1 commit intotravis-ci:masterfrom
Conversation
I have over 200 open-source projects, of which maintaining them is becoming quite problematic due to this rate limit. Part of the maintenance is running `travis env set|unset` commands on the repos. I have an automated script that runs through my projects and does these updates. However, eventually, it always ends up with something like this (manual example): ``` 19:21:18:/Users/balupton/Projects/websites/staticsitegenerators-list:master > travis login We need your GitHub login to identify you. This information will not be sent to Travis CI, only to api.github.com. The password will not be displayed. Try running with --github-token or --auto if you don't want to enter your password anyway. Username: balupton Password for balupton: ********************** Two-factor authentication code for balupton: 989244 Successfully logged in as balupton! 19:21:52:/Users/balupton/Projects/websites/staticsitegenerators-list:master > travis env set SURGE_LOGIN "$SURGE_LOGIN" --public --no-interactive not logged in, please run travis login --pro ``` Hopefully this fixes it.
2cfea4d to
5b233fe
Compare
794f548 to
e3ffe60
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I have over 200 open-source projects, of which maintaining them is becoming quite problematic due to this rate limit. Part of the maintenance is running
travis env set|unsetcommands on the repos. I have an automated script that runs through my projects and does these updates. However, eventually, it always ends up with something like this (manual example):Hopefully this fixes it.