I get this error now and turned off for the last two days since I deployed my application to heroku. This happens before I started using the unicorn as a server, as well as later. Sometimes I can restore it and run using heroku run rake db:migrate then heroku restart , but this only fixes it for a couple of hours and it breaks down again. Regarding the web page, she says "Application Error." Logs are not very useful, but here, what he says every time this error occurs:
[2014-10-27T21:13:31.675956 #2] ERROR -- : worker=1 PID:8 timeout (16s > 15s), killing [2014-10-27T21:13:31.731646 #14] INFO -- : worker=1 ready [2014-10-27T21:13:31.694690 #2] ERROR -- : reaped #<Process::Status: pid 8 SIGKILL (signal 9)> worker=1 at=error code=H13 desc="Connection closed without response" method=GET
I just use the free version of heroku, I want to make sure that it works before the update, but is this my only option at this point?
I can also do this locally fine using either rails server or foreman start .
source share