@Matt Silverlock 31 is arbitrary and data driven. Iterating over some entities and firing off workfl

@Matt Silverlock 31 is arbitrary and data driven. Iterating over some entities and firing off workflows for related child entities. My understanding is that a single createBatch only counts as 1 request towards the rate limit. I'm getting this from these docs: https://developers.cloudflare.com/workflows/build/workers-api/#createbatch

So each of those 31 is not doing more than 7 createBatch calls (each batch with up to 100). Unless I'm misinterpreting the docs, this seems well within that limit. Also to be clear I'm not seeing issues with the workflow instances being created slowly. It is once they are actually queued, how quickly they get processed. The chart I showed above is not workflow instance creation
Was this page helpful?