Hi
Can anyone give a brief information on this error code 504,whether it is from Application/Database end?
status.find.in(200),but actually found 504
Hi
Can anyone give a brief information on this error code 504,whether it is from Application/Database end?
status.find.in(200),but actually found 504
Pretty clear: there’s something like a load balancer in front of your actual application. The latter didn’t send the response so the former decided to time out.
Thanks Stephane