Mocking API rate limits

Chat GPT told me Apidog could allow me to mock API rate limits like some of my providers enforce like 4 requests per second. I can’t see where I can do that. Any thoughts?

I think you may be looking to perform soak testing on your API, which involves sending requests at a steady low rate to test performance over time. Currently, our performance testing feature only supports setting the number of virtual users (simultaneous request senders) and does not support setting a stable request rate (e.g., 4 requests/s).

If I have misunderstood your requirement, please clarify and correct me.

Hello there, one of my features has a dependency with a 3rd party API, that I am currently mocking thru apidog. When doing stress test, after some time, I am getting time out errors, because of that 3rd party server. Have you guys introduced any features where a user can set the rate limit or turn that off?

Are you currently using cloud mock? Cloud mock has rate limits. We recommend using Local mock or self-hosted mock instead.