Skip to content

updated POST rate limit from 10 retries to 20#650

Open
balupton wants to merge 1 commit intotravis-ci:masterfrom
balupton:patch-1
Open

updated POST rate limit from 10 retries to 20#650
balupton wants to merge 1 commit intotravis-ci:masterfrom
balupton:patch-1

Conversation

@balupton
Copy link
Copy Markdown

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.

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.
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