Reputation: 159
I'm writing a program to cleanup certain data from my Vaults that are irrelevant. I estimate this program to generate many thousand requests in order to completely handle all the data.
What kind of limits (either requests per second / no. of simultaneously executing requests) do I need to bake into my code?
Upvotes: 0
Views: 57