jreyesr / insomnia-plugin-batch-requests

An Insomnia plugin to repeatedly send a request, each time replacing some data with information from a CSV file, and collecting response data into the CSV file.
https://jreyesr.github.io/posts/insomnia-batch-requests/
MIT License
7 stars 0 forks source link

Add config for delay between requests #2

Closed jreyesr closed 1 year ago

jreyesr commented 1 year ago

This PR adds a new configuration option to set a delay between consecutive requests, as requested by @dotJson on issue #1.

Primary usecase is to avoid rate limiting on APIs that are slow/resource constrained or have strict rate limits. Also to increase feature coverage as compared to Postman Test Runner, which does have this function.

image

Closes #1