Stream: hapi
Topic: Max requests/time
Joshua Bell (Oct 25 2017 at 03:22):
Is there any configuration setting that rate limits clients max request /period of time? I'm running into a problem where my hapi fhir server stops responding to requests when a large number of requests come rolling in at once from one client.
David Hay (Oct 25 2017 at 04:39):
would putting something like nginx in front help?
Joshua Bell (Oct 25 2017 at 05:02):
It happens regardless of nginx. Happens on my local machine and in an environment setup with a round robin between two servers each with nginx in front of the service.
Patrick Werner (Oct 25 2017 at 09:14):
how about rate limiting in nginx: https://www.nginx.com/blog/rate-limiting-nginx/
Last updated: Apr 12 2022 at 19:14 UTC