Request timeouts
-
Hello,
We have .NET app using FusionAuth and lately we're seeing a lot of timeouts to all requests to our FusionAuth instance, be it API requests or even the oAuth token endpoints. Though we've had an uptick in traffic recently, but I trying to figure out if we're being rate limited / throttled (we're not seeing 429 status codes however, just timeouts after a certain time - after 100s currently). I tried finding out from the docs if there are requests we must adhere to but so far could not find any. Does anyone encountered something similar, or could point me in a direction to look for ?
Thanks!
-
@abdoulaye-sow What kind of infrastructure are you running the FusionAuth server on?
-
@abdoulaye-sow I'm seeing this in the
/api/passwordless/start
endpoint. The weird thing for us is that even though this is our Dev instance, we have no more than 5 concurrent users at the moment so we certainly shouldn't be overloading the system.I'm starting to look into this now, but if you did find anything out I'd love to hear from you