https://prefect.io logo
#prefect-server
Title
# prefect-server
d

Diego Alonso Roque Montoya

06/06/2022, 11:55 PM
Is there a known reason why kicking/waiting for sub flows in prefect 1 fails in the main flow even though the kicked flows actually succeed?
k

Kevin Kho

06/07/2022, 12:40 AM
Did you try threaded heartbeats already?
d

Diego Alonso Roque Montoya

06/07/2022, 12:57 AM
I haven't. I'll try it, thanks, though is it known why they sometimes perform better?
k

Kevin Kho

06/07/2022, 1:28 AM
There is a theory that using processed mind cause some issues with the Python GIL
d

Diego Alonso Roque Montoya

06/07/2022, 1:57 AM
Does the option work both for cloud and self hosted?
k

Kevin Kho

06/07/2022, 2:00 AM
Yes as long as version 0.15.4
d

Diego Alonso Roque Montoya

06/07/2022, 11:45 PM
What about version 1.1?
k

Kevin Kho

06/07/2022, 11:54 PM
0.15.4 and above đŸ™‚. That’s when the feature was added in
3 Views