Hi everyone, I'm new to this Discord, so I’m not sure if this is the right place to ask. I’ve built

Hi everyone,
I'm new to this Discord, so I’m not sure if this is the right place to ask.

I’ve built a TypeScript worker that scrapes GPU prices hourly from multiple retailers using cheerio and stores the data for historical tracking. However, it's making too many subrequests—navigating from an index page to each product page is hitting Cloudflare CPU limits.

I tried using queues but I'm unsure how to implement them effectively. Does anyone have advice on managing this more efficiently?
mermaid-diagram-2025-03-22-105238.png
Was this page helpful?