Please link your account so that we can have look
Please link your account so that we can have look
step.waitForEvent not count towards the total step count per workflow, similar to step.sleepexponential is it 2?POST https://dash.cloudflare.com/api/v4/accounts/e97e3fed722428f4d726062eae9aa766/workflows/workflow-orchestrator-staging/instancesstep.do but it is nowhere to be found from the logs tab of the worker. I also cannot find anything on the Instance ID of the workflow invocation.
await this.env.WF_FILING_INGEST.createBatch(batchParams); and call their status() function?
Maximum Workflow instance creation rate Limitcall to createBatch is treated the same as a call to create (for a single instance) and allows you to work within the instance creation limit.
createBatch , if you were to create 100 instances per batch (the maximum), that you could create 10,000 instances (100 per batch * 100 calls) per 10 seconds?createBatch and try to create ~650 instances all at the same timecreateBatch.. however I'm still seeing super long time until createBatch resolves as well as a lot of too many requests errors.createBatch limits soo hard?This limit is pretty low for us
createBatch, but then we would end up with QUEUE A -> WORKFLOW A -> QUEUE B -> WORKFLOW B at which point I would argue, we can rely on Queues solely and not use Workflows at all.createBatch to Workflow A and every instance uses create to run Workflow B that will not work, because as soon as 101 or more of Workflow A run in parallel, we already hit the creation limit to create those "child" workflows