Hi guys, I need assistance to fix this

Hi guys, I need assistance to fix this issue: Too many API requests by single worker invocation. I have paid workers account. I am using Workflows alongside Queues to fetch, process, and store data.
1 Reply
Olga Silva
Olga Silva5w ago
Hey, you're getting that error because you're making +1000 subrequests (requests inside your workflow instance, and these requests are probably to your queue I assume). Workers has a limit of 1000 subrequests per request: https://developers.cloudflare.com/workers/platform/limits/#how-many-subrequests-can-i-make And we (Workflows) share the same limit: https://developers.cloudflare.com/workflows/reference/limits/ (last row of the table)

Did you find this page helpful?