-
Notifications
You must be signed in to change notification settings - Fork 76
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
R12 (Exit timeout) - in newrelic/3.1 branch #18
Comments
What happened that nginx had to shutdown? |
The dyno is not used very much. NewRelic was sending it's pings. So I don't think the (single) dyno was idling. My first idea was that the dyno was cycled: But the last cycle logged was hours before the R12 Before the fatefulll "Error R12" I saw this:
I don't know what causes the "State changed from up to down". A more complete log can be found in this secret gist: |
I've tested this a couple of times and can only reproduce it on the |
I had the problem on two different dynos. I thought it actually was the develop branch - but I did not have this problem returning for a couple of days. So I'm not sure if it really was the development branch - maybe I had changed back from newrelic/3.1 to development but the slug compiler did not start to run. (resulting in still having the newrelic/3.1 branch instead of the development branch running) |
Just to be clear, changing buildpack branch is more than just adjusting the For the slug compiler to kick-in, it requires 1) the That being said, I shall give the |
Looks like nginx is not exiting and therefore there comes an error:
I had to "heroku ps:restart" the app by hand to solve the problem ;-( Will have an eye on this issue - maybe it's something more seriously cause I recently changed to this buildpack and never had issues like that before with the default php/apache buildpack.
The text was updated successfully, but these errors were encountered: