We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Too much requests. Please contact us if you need higher limits and obey Retry-After header.
happened here. Should find a solution for that. It seems that when we run the pipeline too frequently we run into this
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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?
master
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?
Perhaps not the only fix, but probably the easiest one!
No branches or pull requests
happened here. Should find a solution for that. It seems that when we run the pipeline too frequently we run into this
The text was updated successfully, but these errors were encountered: