Fetch data patterns in javascript with promises All - start all requests at the same time Series - process request one by one Chunks - process requests in chunks Results for 2000 requests: all: ❌ Fetch error (too many requests) series: ✅ 11 min 35 s chunks: ✅ 1 min 12 s