FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

[Bug]: 504 Gateway Error when loading users into FusionAuth Cloud Instance #2750

Closed mooreds closed 3 weeks ago

mooreds commented 1 month ago

What happened?

Saw this error intermittently when loading 50k users at a time into a large HA FusionAuth cloud deployment. Usually happened after the 3-4th load

<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
</body>
</html>

Nothing showed up on the cloud watch monitoring.

https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-troubleshooting.html#http-504-issues

Version

1.50.1

Affects Versions

No response

robotdan commented 3 weeks ago

This seems like a performance or sizing question? If we exhaust system resources, or db resources such that the load balancer can't service the request, this will happen. But I don't know that it is a bug.

mooreds commented 3 weeks ago

Fair.