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
Olga Silva
Olga Silva•5w ago
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?
Deltachaos
DeltachaosOP•5w ago
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
avenceslau
avenceslau•5w ago
For now 👀
Unknown User
Unknown User•4w ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?