matta
06/15/2020, 11:08 PMJeremiah
flow.run()
in Python is synchronous and therefore WON’T start the second run until the first one is done, it would just skip it. You can take advantage of this behavior if you want but we don’t guarantee it will last in future versions of Prefect, as it’s viewed as a limitation, not a feature)matta
06/15/2020, 11:13 PMJeremiah
matta
06/15/2020, 11:16 PM