Builds failing on JQ orb with 403 respose

My companies builds are repeatedly failing to complete due to the JQ orb encountering a:
curl: (22) The requested URL returned error: 403 Forbidden response during the execute of the JQ orb portion of the build.

The build environment ins linux.

Is anyone else seeing this?

1 Like

I had the same issue, twice this afternoon. The error was different though
curl: (22) The requested URL returned error: 403 rate limit exceeded

Interesting. I’ll ask around to see if its a rate limit issue for us as well. Too many happy CiricleCI customers using jq… Maybe they need their own CDN for resources their users will hit a ton.

So I’ve written to Circle Ci support, and they’re aware of the issue and are looking into it

1 Like

We are looking at trying to use our github auth token as part of the script as there is a belief that there are different (no?) rate limits when the request uses a github auth token.

The standard Github rate limit is 5k requests per hour, not sure tbh, if they have another rate for business?!