1000 total invocations. - I'm running a workflow that has many steps. - I need to make 300-400 api

1000 total invocations.

  • I'm running a workflow that has many steps.
  • I need to make 300-400 api calls.
  • But these calls need to be rate limited, so I added a global limiter Durable Object
  • Calls to the DO also get counted in the 1000 limit
  • And I start hitting the invocation limit exceeded
  • I feel I've hit the wall on what workers platform was designed to do
Was this page helpful?