Ben Davison
06/11/2020, 1:15 PMflow.run()
do you need to have the prefect server up? As my test just seems to hang once it hits that part.Laura Lorenz (she/her)
06/11/2020, 1:18 PMflow.run
should start the flow run instantly — if there is a schedule on the flow it will wait for the schedule, but otherwise execution should start immediately in-process. Is there any output at all or does it immediately hang?Ben Davison
06/11/2020, 1:30 PMflow.schedule = None
and that worked alsoLaura Lorenz (she/her)
06/11/2020, 1:46 PMBen Davison
06/11/2020, 1:54 PMLaura Lorenz (she/her)
06/11/2020, 2:00 PMfreezegun
if you haven’t before (https://pypi.org/project/freezegun/)Jeremiah
06/11/2020, 2:36 PMBen Davison
06/11/2020, 3:00 PM