hatchet-dev / hatchet

A distributed, fault-tolerant task queue
https://hatchet.run
MIT License
4.12k stars 151 forks source link

stream support for concurrent workflow execution #659

Open vaidik0508 opened 3 months ago

vaidik0508 commented 3 months ago

i am wondering, hatchet support for stream lets say 2 event is occuring simultaneously like stream got after submitted using "await hatchet.client.admin.aio.run_workflow("RunWorkflow", {})". is there any stream output support for round robin concurrency.