mhoofman / wordpress-heroku

Template project for deploying WordPress to Heroku
Other
1.3k stars 704 forks source link

Saving to the database kills the process #6

Open febuiles opened 12 years ago

febuiles commented 12 years ago

When I post a new entry or update an existing one the application stops responding. The logs say:

2012-01-04T00:41:00+00:00 heroku[router]: Error H13 (Connection closed without response) -> POST rockgeni.us/wp-cron.php dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-04T00:41:00+00:00 heroku[router]: Error H13 (Connection closed without response) -> HEAD rockgenius.herokuapp.com/wp-content/uploads/2010/07/kezee.jpeg dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-04T00:41:00+00:00 heroku[router]: Error H13 (Connection closed without response) -> HEAD rockgenius.herokuapp.com/wp-content/uploads/2010/07/protest.jpg dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-04T00:41:00+00:00 heroku[router]: Error H13 (Connection closed without response) -> HEAD rockgenius.herokuapp.com/wp-content/uploads/2010/07/kezee.jpeg dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-04T00:41:00+00:00 heroku[router]: Error H13 (Connection closed without response) -> HEAD rockgenius.herokuapp.com/wp-content/uploads/2010/07/kezee.jpeg dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-04T00:41:00+00:00 heroku[router]: Error H13 (Connection closed without response) -> HEAD rockgenius.herokuapp.com/wp-content/uploads/2010/07/protest.jpg dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-04T00:41:00+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET rockgeni.us/wp-admin/admin-ajax.php dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-04T00:41:00+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET rockgeni.us/wp-admin/options-general.php dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-04T00:41:00+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET rockgeni.us/favicon.ico dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-04T00:41:00+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET rockgeni.us/ dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-04T00:41:00+00:00 heroku[web.1]: Process exited
2012-01-04T00:41:04+00:00 heroku[web.1]: Starting process with command `sh boot.sh`
2012-01-04T00:41:04+00:00 app[web.1]: Launching apache
2012-01-04T00:41:05+00:00 heroku[web.1]: State changed from starting to up
2012-01-04T00:41:05+00:00 app[web.1]: [Wed Jan 04 00:41:04 2012] [notice] Apache/2.2.19 (Unix) PHP/5.3.6 configured -- resuming normal operations
javanvg commented 12 years ago

Same issue on our end. Not sure why but the system hangs on saving or editing content. :(