Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,553,465
Community Members
 
Community Events
184
Community Groups

Received status code 429 from server: Too Many Requests

Hi guys:

 I set up pipelines in Concourse CI, to build our Android application, some jobs including build, code lint, unit test, but i always got some error

Log as below:

 

Could not determine the dependencies of task ':xxx:testDebugUnitTest'.
14:01:42
> Could not resolve all task dependencies for configuration ':xxxx:debugUnitTestRuntimeClasspath'.
14:01:42
> Could not resolve com.xxxx.android:xxxx:{version}.
14:01:42
Required by:
14:01:42
project :xxx
14:01:42
> Could not resolve com.xxxx.android:xxxx:{version}.
14:01:42
14:01:42
> Could not GET 'https://api.bitbucket.org/2.0/repositories/{company}/{repository}/src/master/com/android/{version}/xxxx.pom'. Received status code 429 from server: Too Many Requests
xxxx.pom is belong with my other Bitbucket repository.
Do you have any idea to fixed it?

1 answer

0 votes
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 19, 2023

The response code 429 means that you sent too many requests to Bitbucket Cloud in a short time window, therefore "rate limiting" activated itself and started to reject further requests.

You should identify what generates the requests and "reduce them". 

See: https://support.atlassian.com/bitbucket-cloud/docs/api-request-limits/

@Aron Gombas _Midori_ 

Thanks, that's very helpful for me, but i have other question, how to increase the limited request when i using authenticated requests? 

Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 22, 2023

You cannot lift rate limits. Those are defined by Atlassian.

What you can do is sending less requests (by batching multiple operations into one if possible) or the same number of request, but over a longer period.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events