FHIR Chat · Inferno Community Rate Limiting · inferno

Stream: inferno

Topic: Inferno Community Rate Limiting


view this post on Zulip Nathan Loyer (Jul 07 2021 at 21:11):

Hey,

I've had some issues in the past with running multiple test sequences at the same time in Inferno Community Edition causing the entire process to crash. I was just trying out the latest version and confirmed it is still an issue, but now I'm trying the latest version out with a Postgres DB attached via docker-compose and it seems to be working better, although I still have some problems. In this case I was running about 5 tests in parallel and after a while the chrome tabs all lock up and stop running anything. If I try to open a new tab to the localhost:4567 it just hangs. However, if I try to curl or load up an incognito session it responds and lets me start off another test run. So it seems to me like there is some kinda rate limiting in there, or maybe there's something in the session that is triggering this behavior. Any ideas?

view this post on Zulip Stephen MacVicar (Jul 08 2021 at 16:51):

There is definitely no intentional rate limiting. I can't think of a reason that it would respond to an incognito browser but not a normal one. I don't think Inferno does any sort of session-based tracking, and cookies are only used to help manage state across redirects in the OAuth tests.

view this post on Zulip Nathan Loyer (Jul 27 2021 at 18:51):

hmm ok. I'll loop back if I get any more useful debug information on this


Last updated: Apr 12 2022 at 19:14 UTC