Advanced12 minRuntime & RoutingDev Preview
Mixed Load Profile
Blends a CPU-bound BLOCKING step and an async I/O-bound step in a single workflow using asyncio.gather, demonstrating how Blazing routes different load profiles to appropriate executor pools.
Coming SoonDev Preview
This content is part of an upcoming preview program. Request early access
#asyncio#mixed-load#parallel#python
flow.py