Rachel Funk
03/23/2022, 5:20 PMno heartbeat detected
error that I've seen a few other folks flag. I read through the discourse documentation and the FAQ. I don't think it's a memory issue because a much larger Flow is running from the same agent + Google Cloud VM without any issues.
I can't seem to use the proposed solutions to configure heartbeats to use threads because I'm realizing that my Flows do not use:
*from* prefect.run_configs
So, I'm not using Universal Run or ECSRun. I'm guessing the setup of my flow might pre-date that library. Is that possible? Should I import that library if my Flows have been running fine without it?
I should mention that this heartbeat issue only started to crop up a few days ago.Kevin Kho
flow.run_config = LocalRun(env=...)
so that you can add the env variable for threaded heartbeatsRachel Funk
03/23/2022, 5:25 PMKevin Kho
Rachel Funk
03/23/2022, 5:26 PMKevin Kho
Rachel Funk
03/23/2022, 8:23 PMKevin Kho
Rachel Funk
03/23/2022, 8:26 PMKevin Kho
Rachel Funk
03/23/2022, 8:33 PMKevin Kho