Dmitry Dorofeev
08/31/2019, 9:20 PMAlex Cano
08/31/2019, 9:42 PMDmitry Dorofeev
09/01/2019, 7:06 AMJeremiah
09/01/2019, 1:57 PMflow.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
09/01/2019, 2:27 PMThreadLocal
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
09/02/2019, 1:06 AM