Too many API requests by single worker invocation
In Workflows (using Python) i get this kind of exception:
"pyodide.ffi.JsException: Error: Too many API requests by single worker invocation."
Can someone explain to me what API requests are meant? API requests to external APIs using HTTP or API requests to cloudflare services or both?
5 Replies
Hey! Both! These limits are the subrequests you make inside your Workflow instance.
And these are documented here (last row): https://developers.cloudflare.com/workflows/reference/limits/
Are you by any chance exceeding those limits?
Yes that seems to be the case. I think for workflows (which are meant for long running tasks i thought?) the limits look a bit low
We follow Workers limits https://developers.cloudflare.com/workers/platform/limits
For now 👀
Unknown User•4w ago
Message Not Public
Sign In & Join Server To View