POST REQUEST with intervals

Describe the issue/error/question

Hi, I am looking for an optimal way of doing this, I have around 1000 items that I need to post into a database. being the rate POST limit of DB 1 request/item per second.

What is the optimal way of performing the 1000 requests? Using a module BATCH or there is any better way of doing this? Thank you very much.

Using the batch functionality the HTTP Request node gas built in would be the best and simplest way to do that.

1 Like

Wow, great, my bad, I didn’t see that was available there, Problem solved thanks a mil :slight_smile: .

Great to hear that it was helpful! Have fun!