Matthew Roeschke
04/25/2022, 4:46 PMNo heartbeat detected from the remote task; marking the run as failed.
Kevin Kho
Matthew Roeschke
04/25/2022, 4:48 PMPREFECT__SERVER__HEARTBEAT_MODE
instead PREFECT__CLOUD__HEARTBEAT_MODE
?Matthew Roeschke
04/25/2022, 4:48 PMKevin Kho
Matthew Roeschke
04/25/2022, 9:03 PMKubernetesRun
Matthew Roeschke
04/25/2022, 9:04 PMKUBERNETES_RUNCONFIG = KubernetesRun(
image=IMAGE,
image_pull_secrets=[MANIFOLD_IMG_PULL_SECRET],
image_pull_policy="Always",
job_template_path=JOB_TEMPLATE_PATH,
env={"PREFECT__CLOUD__HEARTBEAT_MODE": "thread"},
)
and I am still getting
No heartbeat detected from the remote task; marking the run as failed.
Kevin Kho
Matthew Roeschke
04/25/2022, 9:06 PMasynchronously
using Python’s built in async
frameworkMatthew Roeschke
04/25/2022, 9:07 PMKevin Kho
Matthew Roeschke
04/25/2022, 9:13 PMKevin Kho
Matthew Roeschke
04/25/2022, 9:20 PMKevin Kho
Matthew Roeschke
04/25/2022, 9:30 PM