|
Does it always return 503 no matter how many times you access it? or only have 503 for the first request?
Maybe the best way to trouble shoot this is to login to your server and take a look.
Otherwise, you need to find a way to strace the ruby process that handling the request result in 503.
|