*This is an example question to show you the format.*
---
## What I'm trying to do
Building an agent that calls an external API ~100 times per run to process a batch of records.
## What I've tried
Added a Wait node between API calls, but it makes the whole workflow too slow (takes 10+ minutes).
## What happened
Works fine for small batches (under 20 records), but larger batches hit rate limits and fail halfway through.
## My question
Is there a pattern for making parallel requests with throttling? Or a better way to batch API calls without hitting limits?
## Relevant details
- API allows 30 requests/minute
- Each request takes ~500ms
- Need to process 100-500 records per run
---
*This is a sample question. Ask YOUR questions by creating a new post!* π