Hello,
I am trying to deploy my first Rails application but I am getting this in the browser:
"504 Gateway Time-out, nginx"
In the unicorn error log it says:
E, [2014-05-22T14:04:32.973757 #4751] ERROR -- : reaped # worker=1
I, [2014-05-22T14:04:32.974017 #4751] INFO -- : worker=1 spawning...
E, [2014-05-22T14:04:32.977238 #4751] ERROR -- : reaped # worker=0
I, [2014-05-22T14:04:32.977461 #4751] INFO -- : worker=0 spawning...
I, [2014-05-22T14:04:32.978600 #5279] INFO -- : worker=1 spawned pid=5279
I, [2014-05-22T14:04:32.984604 #5281] INFO -- : worker=0 spawned pid=5281
I, [2014-05-22T14:04:32.995264 #5279] INFO -- : Refreshing Gem list
I, [2014-05-22T14:04:33.000778 #5281] INFO -- : Refreshing Gem list
What does this mean and how can I get my app working?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart.
If you run into issues leave a comment, or add your own answer to help others.
×