Dmitry Dorofeev
08/31/2019, 9:20 PMAlex Cano
08/31/2019, 9:42 PMDmitry Dorofeev
09/01/2019, 7:06 AMJeremiah
flow.run()
convenience function only supports one run at a time, as you noticed. Running separate Python processes is completely fine, you could also use multiprocessing or Dask to gain that asynchronous parallelism if you wanted.Dmitry Dorofeev
09/01/2019, 2:25 PMJeremiah
ThreadLocal
object, and we unit test a threaded executor. However, we have observed problems when people use libraries like the Google Cloud clients which seem not to be thread safe.Dmitry Dorofeev
09/01/2019, 8:20 PMJeremiah