-
Notifications
You must be signed in to change notification settings - Fork 502
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
Error 503. The service is unavailable #511
Comments
We started to see this spike on Sept 9, and it continues today |
I've been seeing my builds occasionally hang / never finish loading on the codepush sync step recently -- any way I can confirm that its related to this and not something on my end? |
@claykohut My app aborts after N seconds if I don't think codepush will return in time so that my boot process of the app isn't dependent on if CodePush servers are alive. I recommend something similar. |
How many seconds are you using as N in that case, @JAStanton ? |
I wait 5 seconds for the download / apply step. If it doesn't happen by then I let my app continue to boot. I then apply any updates on next app launch. |
Hi @JAStanton, we have been experiencing a few load issues with our production environments. A permanent fix should be implemented over the next 30 days as we finish up the re-architecture of our backend services, but for now we are monitoring the current problems and making adjustments to rectify them. |
Hey all, closing this as we don't see any problems with this currently, please let us know if you see this issue again. |
Hello everyone, I just got this error today. I use react-native-codepush. Here is some of my code
What should i do to fix this error? |
In my case, I got this error after terminating release process by pressing To fix this error, you can try clear deployment history by running this command Warning, this command will clear all of your release historieshopefully can help |
Hi @prayuditb, please take a look at #547 and let's move the discussion to the one common place. |
My apps are calling
https://codepush.azurewebsites.net/updateCheck
(with a string of arguments) and I'm getting a spike of 503's. Just so you're aware :)The text was updated successfully, but these errors were encountered: