microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.98k stars 1.47k forks source link

statusCode: 429, Rate limit is exceeded. Try again in 1 seconds. #1936

Closed bosung90 closed 4 years ago

bosung90 commented 4 years ago

Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):

Steps to Reproduce

  1. code-push release-react XXXX ios -d Staging --targetBinaryVersion '1.12 - 1.13'

Expected Behavior

What you expected to happen? Should deploy

Actual Behavior

What actually happens? I get error message saying

[Error]  { "statusCode": 429, "message": "Rate limit is exceeded. Try again in 1 seconds." }

Reproducible Demo

It worked last night, and this error message happens every time I try to run it.

Environment

(The more info the faster we will be able to address it!)

jehee-choi commented 4 years ago

+1 :(

edit ) it worked suddenly

bosung90 commented 4 years ago

Mine worked for iOS but still not for Android

383131600 commented 4 years ago

still not working

383131600 commented 4 years ago

When can fix it?

phaoga55 commented 4 years ago

+1 Facing this issue too

mykelaballe commented 4 years ago

facing the same issu here :(

itenl commented 4 years ago

+1

sadpup commented 4 years ago

+1

clementinoux commented 4 years ago

+1

nlimbu commented 4 years ago

+1

danielpgauer commented 4 years ago

+1

383131600 commented 4 years ago

Is this problem will not to fix ?

andreidubov commented 4 years ago

Hi @bosung90 , Thanks for reporting!

I see you are using code-push-cli to release updates. I want to remind you that the code-push-cli is outdated and may contain some issues. Could you try to test your flow with appcenter-cli?

andvalsol commented 1 year ago

Still happening on version 8.0.1.

st0ffern commented 1 year ago

Rate limiting is introduced:

CodePush API usage has a rate limitation of 8 requests per 5 minutes applied. Those are counted per combination of the following: Requested endpoint, IP request is coming from, deployment key, and client unique id. If the limit is reached, response with a status code 429 would be returned:

https://github.com/microsoft/react-native-code-push/issues/2257 https://learn.microsoft.com/en-us/appcenter/distribution/codepush/