QQ, for the solids within the same pipeline, are t...
# announcements
x
QQ, for the solids within the same pipeline, are they going to be executed in the same process or could be different processes across multiple instances? If the answer is the former, will they be executed in different threads? If so, any thoughts about supporting asyncio?
d
There’s a multiprocessing executor that can run each solid in it’s own process - however I believe it assumes that the pipeline can be reloaded from code in each of the processes