Unicorn not longer serving js files in 7.3
Created by: onknows
It doesn't seem that unicorn is working in 7.3. I have a GitLab 7.0 on Ubuntu and a Gitlab 7.3 on CentOS 6.5.
On the CentOS 6.5 machine I am unable to load any js files. The site waits for the javascript and then after 60 seconds (configured in unicorn.rb) is produces message (failed) net::ERR_EMPTY_RESPONSE in the network tab in Chrome. I think this means that there is no response.
When I do the same on the Ubuntu machine with 7.0 I get a response immediately. No delay.
Unicorn error log does not show alot of information. There is just the timeout info E, [2014-10-06T16:48:41.044751 #7189] ERROR -- : worker=2 PID:7616 timeout (61s > 60s), killing E, [2014-10-06T16:48:41.068234 #7189] ERROR -- : reaped #<Process::Status: pid 7616 SIGKILL (signal 9)> worker=2 I, [2014-10-06T16:48:41.074890 #7715 (closed)] INFO -- : worker=2 ready
Other types of files such as css files load fine.
As I understand unicorn is simple. It does one thing and tries to do it well. So there is not a lot of configuration to play around with to get this working.
This should just work, like on my Ubuntu machine. Why is this no longer working?
Would it not be better to use Phusion Passenger? That is proven technology.