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

pipeline fails with Too much requests. Please contact us if you need higher limits and obey Retry-After header. #4

Open
stubbi opened this issue Nov 27, 2017 · 4 comments

Comments

@stubbi
Copy link
Member

stubbi commented Nov 27, 2017

happened here. Should find a solution for that. It seems that when we run the pipeline too frequently we run into this

@stubbi
Copy link
Member Author

stubbi commented Nov 27, 2017

Actually, for the failed pipeline we now get:

$ cd swarms/python-sdk
3.68s$ git fetch origin +refs/pull/3/merge:
fatal: Couldn't find remote ref refs/pull/3/merge
The command "eval git fetch origin +refs/pull/3/merge: " failed. Retrying, 2 of 3.
fatal: Couldn't find remote ref refs/pull/3/merge
The command "eval git fetch origin +refs/pull/3/merge: " failed. Retrying, 3 of 3.
fatal: Couldn't find remote ref refs/pull/3/merge
The command "eval git fetch origin +refs/pull/3/merge: " failed 3 times.
The command "git fetch origin +refs/pull/3/merge:" failed and exited with 128 during .
Your build has been stopped.

@tasuki
Copy link
Member

tasuki commented Dec 4, 2017

Perhaps the easiest solution would be to ask Apiary to raise the limits for us. Or not run things too often.

As for the pull request, I guess that fails because it doesn't exist or because it's closed. Or perhaps we can limit the build to master?

@stubbi
Copy link
Member Author

stubbi commented Dec 4, 2017

Ah, it's a limit from Apiary! Hmm.. interesting. I think it's good to not only run it on master.

So the only fix would be to increase the limit on Apiairy?

@tasuki
Copy link
Member

tasuki commented Dec 5, 2017

Perhaps not the only fix, but probably the easiest one!

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