I've recently built a solution on Workflows, and I'm trying to identity if I'm hitting some sort of

I've recently built a solution on Workflows, and I'm trying to identity if I'm hitting some sort of Workers/Workflows limit or throttling. Maybe someone here can point me in the right direction.

High level summary of the solution: HTTP Worker request fires off 31 instances of one workflow. Each of those 31 fires off anywhere from 100-600 child workflows. Each of these child workflows makes a couple of Supabase calls.

Attached is a screenshot of the throughput of the worker bound to these workflows. No errors or retries occurred and the end results were what I expected. However, I don't understand the dramatic drop in throughput. Is there a way to see for sure if some service limit is being hit? (I'm on Workers Paid plan)
image.png
Was this page helpful?