heroku-openresty stop to work
hello, I've using heroku-openresty as a reverse proxy for some time. It worked like a charm. However, just after I push some new code today, the site crashed. I reversed the code, problem remains. Here's the logs:
2014-11-01T11:31:18.777027+00:00 heroku[web.1]: State changed from crashed to starting
2014-11-01T11:31:20.087375+00:00 heroku[web.1]: Starting process with command start_nginx.sh
2014-11-01T11:31:20.715146+00:00 app[web.1]: bash: start_nginx.sh: command not found
2014-11-01T11:31:21.620559+00:00 heroku[web.1]: Process exited with status 127
2014-11-01T11:31:21.630947+00:00 heroku[web.1]: State changed from starting to crashed
2014-11-01T11:31:22.674103+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/1" host=xx.herokuapp.com request_id= fwd="" dyno= connect= service= status=503 bytes=
I then tried an empty project "Taytay/api-proxy-3scale-heroku" and got same results. Can somebody give me some hints why 'start_nginx.sh' couldn't be found. Many thanks.
Nevermind, I figure it out: change the dependency file to heroku-openresty-dev-2.rockspec, everything works again.
thanks, I'll update the docs and stable rockspecs
Just in case anyone comes across this issue: the dependency was updated in the repo that @doodle88 was pointing to: https://github.com/Taytay/api-proxy-3scale-heroku/blob/master/package.rockspec @leafo I guess you can go ahead and close this now :)