Current design for steps is sequential only, even going through their list of target objects, but we can find use-cases with eg. blocking API calls where this can severely hamper a pipeline's throughput.
A simple way to handle this without introducing structural complexity would be to run Steps in a parallel blocking fashion, exactly like suggested for #17.
Current design for steps is sequential only, even going through their list of target objects, but we can find use-cases with eg. blocking API calls where this can severely hamper a pipeline's throughput.
A simple way to handle this without introducing structural complexity would be to run Steps in a parallel blocking fashion, exactly like suggested for #17.